project01 [ Home ] [ Up ]
// file project01.cpp #include <iostream> using namespace std; void main(void) { cout << "Hello\n"; cout << "Hello\n"; }