Hacker News new | ask | show | jobs
by majormunky 1472 days ago
I've not done this before, but, in a basic test I think this seemed to work

    import sys
    print(sys.stdin.read())
1 comments

Just tried it and it seems to work! Thanks for the answer!