Skip to content

Instantly share code, notes, and snippets.

@raghuugare
Created November 27, 2018 19:40
Show Gist options
  • Save raghuugare/a920a8b61bfb458be9b4e5f819863dcd to your computer and use it in GitHub Desktop.
Save raghuugare/a920a8b61bfb458be9b4e5f819863dcd 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