Effortlessly build and share your C++ packages.
Intuitive and fast package manager and build system.
Terminal
$ poac new hello_world
Created binary (application) `hello_world` package
$ cd hello_world
$ poac run
Compiling src/main.cc
Linking hello_world
Finished debug target(s) in 1.28333s
Running poac-out/debug/hello_world
Hello, world!