index
:
prismite.nvim
master
a colourful and comfy nvim theme
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
example.cpp
blob: 3fe19e74af5db554f4b23d220f87ef0dd5108949 (
plain
)
1
2
3
4
5
6
7
#include
<iostream>
int
main
()
{
std
::
cout
<<
"Hello World!"
;
return
0
;
}