Skip to content

Instantly share code, notes, and snippets.

@tanmayk
Last active December 27, 2015 03:59
Show Gist options
  • Save tanmayk/7263398 to your computer and use it in GitHub Desktop.
Save tanmayk/7263398 to your computer and use it in GitHub Desktop.
#include 'stdio.h';
#include 'conio.h';
function void main(void) {
clrscr();
print_f("Hello world!!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment