This is a console app to print a text (Born to be low level.), in a funny way.
The requirements are:
- xmake
- A C++ compiler
Simply, configure the target you want to compile, in this case windows:
This will download dependencies and configure the project.
# Platform Arch Mode
xmake f -p windows -a x64 -m Release -c -y
Then:
xmake
To build the project, to run do:
xmake run
Or search for the executable in the build directory