Since this file does not actually call any functions, do not output anything.
This file simply defines four functions and then does nothing with them. :)
Try adding calls to print_none, print_oneetc:
print_none()
print_one("hello")
print_two("hello", "world")
print_two_again("hello", "world")
source
share