Skip to content

Instantly share code, notes, and snippets.

@surinoel
Created July 17, 2019 01:28
Show Gist options
  • Save surinoel/80a205ccb07504630aa936e16a1e8245 to your computer and use it in GitHub Desktop.
Save surinoel/80a205ccb07504630aa936e16a1e8245 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
int main(int argc, char **argv)
{
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment