Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Clark Lin
StudyCpp
Commits
c07154f1
Commit
c07154f1
authored
Nov 05, 2022
by
Administrator
Browse files
Initial Commit
parents
Changes
1
Hide whitespace changes
Inline
Side-by-side
01.Basic/HelloWorld.cpp
0 → 100644
View file @
c07154f1
#include <iostream>
using
namespace
std
;
// main() 是程序开始执行的地方
/* 这是注释 */
/* C++ 注释也可以
* 跨行
*/
int
main
(){
cout
<<
"Hello World"
;
// 输出 Hello World
return
0
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment