Move .output.txt to .stdout.txt to reflect which output stream the files contain
[fur] / examples / 15_varargs.fur
1 print('Hello, world\n')
2 print(42, '\n')