Skip to content

Instantly share code, notes, and snippets.

@Grace-Amondi
Created June 2, 2017 12:01
Show Gist options
  • Save Grace-Amondi/c56310417b1f4d6fd1f188ad8cc39d93 to your computer and use it in GitHub Desktop.
Save Grace-Amondi/c56310417b1f4d6fd1f188ad8cc39d93 to your computer and use it in GitHub Desktop.
Hello world
#include<stdio.h>
int main()
{
printf("Hello world\n");
getch();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment