An opinionated Nix-based template to ease the development of C++ programs
at main 7 lines 68 B view raw
1#ifndef HELLO_H 2 3#define HELLO_H 4 5void hello(); 6 7#endif // !HELLO_H