index
:
StringTools.git
master
Rehost of leonetienne's StringTools, a dependency of UwwwuPP.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
StringTools
/
Exec
/
main.cpp
blob: f3854849644ff537424d3c817d286401cfadbf95 (
plain
)
1
2
3
4
5
6
#include
<iostream>
int
main
()
{
std
::
cout
<<
"Hello World!
\n
"
;
}