initial commit

This commit is contained in:
2021-04-25 23:00:33 +04:00
commit cb7cb42447
5 changed files with 655 additions and 0 deletions

11
NMPython.pro Normal file
View File

@@ -0,0 +1,11 @@
TEMPLATE = app
CONFIG += console c++11
CONFIG -= app_bundle
CONFIG -= qt
SOURCES += \
main.cpp
unix|win32: LIBS += -lncurses
HEADERS +=