Skip to content

Instantly share code, notes, and snippets.

@alioukahere
Last active December 8, 2016 16:21
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 alioukahere/b11f7c55c219f799fabd780a8b27f14d to your computer and use it in GitHub Desktop.
Save alioukahere/b11f7c55c219f799fabd780a8b27f14d to your computer and use it in GitHub Desktop.
Print Hello World in C.
#include <stdio.h>
int main() {
printf("Hello World!");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment