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

3 lines
53 B
Plaintext
Raw Normal View History

2020-09-08 18:38:05 -07:00
data Bool = { True, False }
defn main = { 3 + True }