Skip to content

Instantly share code, notes, and snippets.

@jcreager
Created May 3, 2016 04:39
Show Gist options
  • Save jcreager/8ccea819a6f7a535d6995d27782f45d1 to your computer and use it in GitHub Desktop.
Save jcreager/8ccea819a6f7a535d6995d27782f45d1 to your computer and use it in GitHub Desktop.
Hello World! in C
#include<stdio.h>
main()
{
printf("Hello World");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment