Skip to content

Instantly share code, notes, and snippets.

@olastor
Created November 5, 2017 13:18
Show Gist options
  • Save olastor/4dee1d6b68d9b507152d7fb9c03a71e0 to your computer and use it in GitHub Desktop.
Save olastor/4dee1d6b68d9b507152d7fb9c03a71e0 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