Second version of popa utility
  • C++ 93%
  • Shell 3.6%
  • Makefile 3.4%
Find a file
2026-06-08 11:43:51 +03:00
.gitignore popa refactoring 2026-06-08 11:38:57 +03:00
main.cpp popa refactoring 2026-06-08 11:38:57 +03:00
Makefile popa refactoring 2026-06-08 11:38:57 +03:00
popa.cpp popa refactoring 2026-06-08 11:38:57 +03:00
popa.hpp popa refactoring 2026-06-08 11:38:57 +03:00
README.md update readme 2026-06-08 11:43:51 +03:00
test.sh popa refactoring 2026-06-08 11:38:57 +03:00

popa2

deps:

  • g++ compiler
  • computer

how to compile:

  1. cd into this repo
  2. make

you can run tests:

  • make && ./test.sh

to get help just run compiled binary without arguments