tock-mirror/testcases/simple.rain

8 lines
96 B
Plaintext

process main (?uint8: in, !uint8: out, !uint8: err)
{
seqeach (c : "hello")
{
out ! c;
}
}