Skip to content

Instantly share code, notes, and snippets.

@aaronyoo
Created February 7, 2019 06:02
Show Gist options
  • Save aaronyoo/07ebb3c7caf8d718f19f289735ed3c4b to your computer and use it in GitHub Desktop.
Save aaronyoo/07ebb3c7caf8d718f19f289735ed3c4b 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