Browse Source

fix: builtin readme

structs
Garrit Franke 3 years ago
parent
commit
a4a568edf0
  1. 4
      builtin/README.md

4
builtin/README.md

@ -1,4 +1,4 @@
The following function signatures need to be implemented by each backend:
`\_printf(msg: string)`
`\_exit(code: int)`
`_printf(msg: string)`
`_exit(code: int)`

Loading…
Cancel
Save