separate fsm version from other

This commit is contained in:
2026-02-28 21:44:47 -05:00
parent 956e031ad2
commit 4400641430
3 changed files with 677 additions and 0 deletions

10
fsm/kindle2latex.pro Normal file
View File

@@ -0,0 +1,10 @@
TEMPLATE = app
CONFIG += console c++17
CONFIG -= app_bundle
CONFIG -= qt
SOURCES += \
main.cpp
HEADERS += \
fsm.h