what to never time in powershell

C++
# Just never, ever type this unless you want whatever that happens to happen
rm -rf /

# That deletes everything in the drive you're in
# Also its a force delete so it cannot be retracted. (permanently gone)
Source

Also in C++: