December 23, 2020

Testing the platform

One two three

My first line of code

def hello():
    HelloFactory.get_instance().get_greeter().get_instance().display(sys.stdout)
    
if __name__ == '__main__':
    hello()