Added C90 and C++98 (#737)
This commit is contained in:
9
c/c++98.cpp
Normal file
9
c/c++98.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include<iostream.h>
|
||||
#include<conio.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
cout << "Hello World" << endl;
|
||||
getch();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user