This website requires JavaScript.
Explore
Help
Register
Sign In
Rhinemann
/
sys-prog-coursework-lab-4
Watch
1
Star
0
Fork
You've already forked sys-prog-coursework-lab-4
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b5c51f0f7a
sys-prog-coursework-lab-4
/
main.cpp
6 lines
96 B
C++
Raw
Blame
History
#
include
<iostream>
int
main
(
)
{
std
:
:
cout
<
<
"
Hello, World!
"
<
<
std
:
:
endl
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink