Merge pull request #1 from majorlinux/majorTest
This commit is contained in:
commit
7a140ef3ac
1 changed files with 3 additions and 1 deletions
4
main.cpp
4
main.cpp
|
|
@ -1,7 +1,9 @@
|
|||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
std::cout << "Hello, World!" << std::endl;
|
||||
cout << "Hello, World!" << endl;
|
||||
return 0;
|
||||
}
|
||||
// This program prints "Hello, World!" to the console.
|
||||
Loading…
Add table
Reference in a new issue