From a6389b7ac0faf9ff371c7bb1af530ff916313bfd Mon Sep 17 00:00:00 2001 From: Dummi26 Date: Thu, 13 Apr 2023 04:23:29 +0200 Subject: [PATCH] added -e flag to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3c9007..95f7c3c 100755 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ for simplicity, i will assume you have the executable in your path and it is nam To run a program, just run `mers script.txt`. The file needs to be valid utf8. +Alternatively, run `mers -e println("Hello, file-less world")`. If you compiled mers in debug mode, it will print a lot of debugging information.