We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d10056 commit a5e61e7Copy full SHA for a5e61e7
examples/src/linux/hello.cpp
@@ -0,0 +1,8 @@
1
+#include <iostream>
2
+
3
+int main(int argc, const char** argv)
4
+{
5
+ std::cout << "Hello, World!" << std::endl;
6
7
+ return 0;
8
+}
0 commit comments