Skip to content

Instantly share code, notes, and snippets.

@chaitanyarahalkar
Created January 5, 2017 18:43
Show Gist options
  • Save chaitanyarahalkar/b31cddd277441d5269a776930b870416 to your computer and use it in GitHub Desktop.
Save chaitanyarahalkar/b31cddd277441d5269a776930b870416 to your computer and use it in GitHub Desktop.
#include<stdio.h>
void main()
{
printf("Hello world!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment