more playing around with hello world
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#include <iostream>
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << "Hello World!" << std::endl;
|
||||
std::cout << "Hello World!\n";
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user