add readme

git-svn-id: https://svn.tlawal.org/svn/monkey@28 f6afcba9-9ef1-4bdd-9b72-7484f5705bac
This commit is contained in:
Tijani Lawal 2022-06-01 14:27:07 +00:00
parent dd030ebd4b
commit 2fa35abbc3

7
readme.txt Normal file
View File

@ -0,0 +1,7 @@
The Monk Programming Language.
To test a specific function, run
```
go test -v -run 'TestFnctionName' ./test_dir/
```