Skip to content

Instantly share code, notes, and snippets.

@dsouzadyn
Created December 4, 2017 18:22
Show Gist options
  • Save dsouzadyn/ca67c500eaa7fe562acd9df925e74d30 to your computer and use it in GitHub Desktop.
Save dsouzadyn/ca67c500eaa7fe562acd9df925e74d30 to your computer and use it in GitHub Desktop.
#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