Skip to content

Instantly share code, notes, and snippets.

@thecoducer
Created August 17, 2017 09:43
Show Gist options
  • Save thecoducer/7897bfc4d371a808a9787bb1c623f0a3 to your computer and use it in GitHub Desktop.
Save thecoducer/7897bfc4d371a808a9787bb1c623f0a3 to your computer and use it in GitHub Desktop.
#include<stdio.h>
main()
{
printf(“Hello, World!”);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment