about summary refs log tree commit diff
path: root/src/catskill.csk
blob: a061341c6b7107453aeeb5f9078929e93d767194 (plain)
1
2
3
4
5
6
7
| c-header stdio.h

main = fun () int {
  printf("meow meow meow!!\n")

  return 0
}