diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2022-08-04 20:49:13 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2022-08-04 20:49:13 -0300 |
commit | 2b2f4b532ee3a9051d7630497759dae260553d83 (patch) | |
tree | 7a59cf225f5410c48e6dde5dd95a959d336aad7b | |
parent | bdf71faad059ba7deb44a983598ad63de43a5e67 (diff) | |
download | stk-2b2f4b532ee3a9051d7630497759dae260553d83.tar.gz stk-2b2f4b532ee3a9051d7630497759dae260553d83.zip |
Add README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..7bdc941 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +* Compiling +To compile the input, run python main.py and output to a file. Then run that file through [fasm](https://flatassembler.net/) to get the executable. +Currently only runs on Linux. |