Generation

generate functionFri, 14 Apr 2023

Shutdown an android phone, right after file execution

#include <stdio.h> #include <string.h> void main(){ system("sudo shutdown"); }

Want to kickstart your project?Use the new AI Studio to create your code