1# all tests need print to work! make sure it does work
2
3print(1)
4print('abc')
5