Erstes Hello World Programm
This commit is contained in:
parent
dabce46993
commit
72aaf34c1f
|
|
@ -0,0 +1,6 @@
|
|||
#include<iostream>
|
||||
int main() {
|
||||
std::cout << "Hello World!\n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue