initial program

This commit is contained in:
2022-11-19 02:24:32 -06:00
commit 63bc8016e1
5 changed files with 2335 additions and 0 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
fix_subs: fix_subs.cpp ezOptionParser.hpp
g++ -std=c++20 -Wall -o fix_subs fix_subs.cpp ezOptionParser.hpp