git @ Cat's Eye Technologies Castile / develop-2021 eg / cat.castile
develop-2021

Tree @develop-2021 (Download .tar.gz)

cat.castile @develop-2021raw · history · blame

1
2
3
4
5
6
7
8
fun main() {
  c = read(1);
  l = 0;
  while (len(c) == 1) {
    l = write(c);
    c = read(1)
  }
}