Skip to content

Instantly share code, notes, and snippets.

@monstruosoft
Created March 9, 2019 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monstruosoft/63cedf236c57a8fc5865c24957f7bd88 to your computer and use it in GitHub Desktop.
Save monstruosoft/63cedf236c57a8fc5865c24957f7bd88 to your computer and use it in GitHub Desktop.
Hello world
#include <stdio.h>
int main() {
puts("Hello world!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment