Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kiril Klein
cpp_introduction
Commits
b37b728e
Commit
b37b728e
authored
Oct 22, 2019
by
Kevin Höllring
Browse files
First sample program
parent
932e52a0
Changes
1
Show whitespace changes
Inline
Side-by-side
src/sample_1.cpp
0 → 100644
View file @
b37b728e
#include
<iostream>
int
main
()
{
using
std
::
cout
;
using
std
::
endl
;
cout
<<
"Hello physics!"
<<
endl
;
return
0
;
}
\ No newline at end of file
Write
Preview
Supports
Markdown
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