Template based fsm. Initial commit.

This commit is contained in:
2026-02-28 19:09:37 -05:00
parent f8681441e2
commit 0285bc402e
4 changed files with 527 additions and 0 deletions

View File

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