Hacker News new | ask | show | jobs
by amelius 4151 days ago
I wonder why it uses the convention:

stdout (input "test/foo")

instead of:

output stdout (input "test/foo")

which would be expected considering the previous line.