Skip to content

Instantly share code, notes, and snippets.

@Ouvill
Created March 4, 2019 15:34
Show Gist options
  • Save Ouvill/b22ff6e5a7e055f4a88c7930010936ef to your computer and use it in GitHub Desktop.
Save Ouvill/b22ff6e5a7e055f4a88c7930010936ef to your computer and use it in GitHub Desktop.
hello world
#include <stdio.h>
int main(int argc, char *args[])
{
printf("Hello, world!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment