This website requires JavaScript.
Explore
Help
Register
Sign In
karl
/
cpp-template
Template
Watch
1
Star
0
Fork
0
You've already forked cpp-template
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
cpp-template
/
main.cpp
8 lines
97 B
C++
Raw
Permalink
Normal View
History
Unescape
Escape
Add simple hello world main + Makefile
2020-12-02 19:37:52 +01:00
#
include
<iostream>
int
main
(
)
{
Add clang-format style file and script
2020-12-02 19:38:53 +01:00
std
:
:
cout
<
<
"
Hello World!
"
<
<
std
:
:
endl
;
Add simple hello world main + Makefile
2020-12-02 19:37:52 +01:00
return
0
;
}
Reference in New Issue
Copy Permalink