Upload 3 files
Browse files- helloworld.cpp +5 -0
- stars.png +0 -0
- this-imagejpg.jpg +0 -0
helloworld.cpp
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#include <iostream>
|
2 |
+
int main() {
|
3 |
+
std::cout << "Hello, World!" << std::endl;
|
4 |
+
return 0;
|
5 |
+
}
|
stars.png
ADDED
this-imagejpg.jpg
ADDED