/** * Developer: Minhas Kamal * Functionality: Simply shuts the system down. **/ #include main(){ system("shutdown -s"); }