blog-static/code/compiler/07/examples/bad1.txt

3 lines
53 B
Plaintext
Raw Normal View History

2019-10-26 20:30:29 -07:00
data Bool = { True, False }
defn main = { 3 + True }