Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
X2Go
Server
Demo Project
Commits
e054ffbf
Commit
e054ffbf
authored
Nov 30, 2021
by
Administrator
Browse files
Add hello world
parent
87cf3171
Changes
1
Hide whitespace changes
Inline
Side-by-side
hello_world.cpp
0 → 100644
View file @
e054ffbf
// Your First C++ Program
#include
<iostream>
int
main
()
{
std
::
cout
<<
"Hello World!"
;
return
0
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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