Move .output.txt to .stdout.txt to reflect which output stream the files contain
[fur] / examples / 09_assignment.fur
1 greeting = 'Hello, world'
2 print(greeting)