Skip to content

Instantly share code, notes, and snippets.

@kacou12
Last active February 21, 2020 10:44
Show Gist options
  • Save kacou12/53cc1a8a2f276b65f6eeb262eba74d1c to your computer and use it in GitHub Desktop.
Save kacou12/53cc1a8a2f276b65f6eeb262eba74d1c 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