Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall
2020-07-21 13:53:49 +12:00
parent f9c778349a
commit 7922f5f682
3 changed files with 1 additions and 19 deletions

View File

@@ -1,9 +0,0 @@
#include<iostream.h>
#include<conio.h>
int main(int argc, char** argv)
{
cout << "Hello World" << endl;
getch();
return 0;
}

View File

@@ -1,7 +0,0 @@
#include<stdio.h>
int main(int argc, char** argv)
{
printf("Hello World\n");
return 0;
}