diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -1,2 +1,14 @@ -# ts-types-runtime-environment -A runtime for TS types +# TS Types lang +A stupid runtime for TS types! + +Take a look at the [./examples][./examples] directory for examples on how to write a program in typescript types + +To run it - +```bash +npx ts-types-lang ./examples/guess-number.ts +``` + +### Why? + +I dunno + |
