Skip to content

Instantly share code, notes, and snippets.

@coderrb
Created January 23, 2018 15:48
Show Gist options
  • Save coderrb/754a68bf730c75294c1475c44b292ea3 to your computer and use it in GitHub Desktop.
Save coderrb/754a68bf730c75294c1475c44b292ea3 to your computer and use it in GitHub Desktop.
// Hello World By Rb
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("HELLO WORLD");
getch();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment