Skip to content

Instantly share code, notes, and snippets.

@skanel
Last active December 28, 2017 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skanel/49425131a246bcd4dc09ff94a0857d60 to your computer and use it in GitHub Desktop.
Save skanel/49425131a246bcd4dc09ff94a0857d60 to your computer and use it in GitHub Desktop.
Exercise-C++
`
/**********************HELLO WORLD***************************
* Author: Nel
* History
* 2014/03/27 first create Traicode
*************************************************************/
#include "stdio.h"
#include "conio.h"
void main()
{
printf("\n Hello world");
getch();
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment