diff options
| author | 2024-11-27 10:33:21 -0500 | |
|---|---|---|
| committer | 2024-11-27 10:33:21 -0500 | |
| commit | 5638f1ba66c9bcdc9f94dab8acbf30a58d1ffa10 (patch) | |
| tree | 23d3b6fbe568880963c0a550e47a9489c7f7f297 /README.md | |
| parent | removed history test out of convenience (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ if args ~= nil and args[1] ~= nil then lush.exec("gcc -o " .. args[1]:sub(1, -3) .. " " .. args[1]) end else - print("must pass a C file to compile")git + print("must pass a C file to compile") end ``` |
