diff --git a/helloworld.txt b/helloworld.txt index 3b18e51..06b47e2 100644 --- a/helloworld.txt +++ b/helloworld.txt @@ -1 +1,9 @@ -hello world +\\hello world +#include +#include +void main() +{ + clrscr(); + printf("hello world"); + getch(); + }