Skip to content

Instantly share code, notes, and snippets.

@danrl
Created May 23, 2018 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danrl/8b6a40a97546a3f6eee2d2895ef44520 to your computer and use it in GitHub Desktop.
Save danrl/8b6a40a97546a3f6eee2d2895ef44520 to your computer and use it in GitHub Desktop.
#include <unistd.h>
int main(int argc, char *argv[]) {
// wait
sleep(10);
// exit ok
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment