Skip to content

Instantly share code, notes, and snippets.

@0xbochi
Last active March 31, 2020 08:29
Show Gist options
  • Save 0xbochi/07ff9f450dda90921d80f7a2ac06618c to your computer and use it in GitHub Desktop.
Save 0xbochi/07ff9f450dda90921d80f7a2ac06618c to your computer and use it in GitHub Desktop.
mon hello world
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