This website requires JavaScript.
Explore
Help
Sign In
dong
/
Test1
Watch
1
Star
0
Fork
You've already forked Test1
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
88c04143b0
Test1
/
main.cpp
9 lines
99 B
C++
Raw
Normal View
History
Unescape
Escape
<add>first push
2024-11-29 15:59:40 +00:00
#
include
<iostream>
<add>增加fix函数接口
2025-04-18 13:57:12 +00:00
void
fix
(
)
{
}
<add>first push
2024-11-29 15:59:40 +00:00
int
main
(
)
{
std
:
:
cout
<
<
"
hello world
"
<
<
"
\n
"
;
return
0
;
}