This website works better with JavaScript
Home
Explore
Help
Register
Sign In
cj
/
MicroTrader_Cpp20
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
add hello world
ajie0112
2 months ago
parent
088cb9d907
commit
adaa293e5c
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
test.cpp
+ 2
- 1
test.cpp
View File
@@ -1,4 +1,5 @@
int main(int argc, char** argv)
{
+ printf("hello world!\n");
return 0;
-}
+}