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
mgoullie
sp4_exercises
Commits
19faf5b5
Commit
19faf5b5
authored
Sep 30, 2020
by
Emil
Browse files
Merge branch 'master' of
ssh://c4science.ch/source/sp4e
parents
96396271
b64f6f3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
lectures/code_snippets/hello.cpp
0 → 100644
View file @
19faf5b5
#include
<iostream>
int
main
(
int
argc
,
char
*
argv
[])
{
/* This is a comment */
// Print "Hello World" to the screen
std
::
cout
<<
"Hello World
\n
"
;
return
0
;
}
\ No newline at end of file
lectures/week2.html
0 → 100644
View file @
19faf5b5
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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