Skip to content

Instantly share code, notes, and snippets.

@uyu423
Created April 20, 2016 06:52
Show Gist options
  • Save uyu423/9e07a09c7c91e30e104d49dc453eb829 to your computer and use it in GitHub Desktop.
Save uyu423/9e07a09c7c91e30e104d49dc453eb829 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(void) {
printf("Hello World\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment