Skip to content

Instantly share code, notes, and snippets.

@shotastage
Created September 7, 2016 08:02
Show Gist options
  • Save shotastage/5851e18bcdfdb84ea4ea63e3b48c494c to your computer and use it in GitHub Desktop.
Save shotastage/5851e18bcdfdb84ea4ea63e3b48c494c to your computer and use it in GitHub Desktop.
Hello world of C
#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