tangled
alpha
login
or
join now
bpavuk.neocities.org
/
cxx-template
0
fork
atom
An opinionated Nix-based template to ease the development of C++ programs
0
fork
atom
overview
issues
1
pulls
pipelines
cxx-template
/
src
/
hello.h
at
main
7 lines
68 B
view raw
wrap content
bpavuk.neocities.org
init
3mo ago
f51d5d1b
1
#
ifndef HELLO_H
2
3
#
define HELLO_H
4
5
void
hello
(
)
;
6
7
#
endif
// !HELLO_H