Skip to content

Commit 30c340f

Browse files
authored
Create helloworld.cpp
1 parent 65132a0 commit 30c340f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/helloworld.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#include <iotream>
2+
3+
int main(int argc, char** argv )
4+
{
5+
std::cout << "Hello World!" << std::endl;
6+
}

0 commit comments

Comments
 (0)