Skip to content

Instantly share code, notes, and snippets.

@ritobanrc
Created March 21, 2018 15:58
Show Gist options
  • Save ritobanrc/5e98ffbc8bec30851964c211b2deb4be to your computer and use it in GitHub Desktop.
Save ritobanrc/5e98ffbc8bec30851964c211b2deb4be to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main()
{
// printf() displays the string inside quotation
printf("Hello, World!");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment