Skip to content

Instantly share code, notes, and snippets.

@prajwalsingh
Last active March 5, 2019 02:02
Show Gist options
  • Save prajwalsingh/edf457d9b21b7637703f740a6a111546 to your computer and use it in GitHub Desktop.
Save prajwalsingh/edf457d9b21b7637703f740a6a111546 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