blob: 1b57c204b786d3f77840fff41bf11b6dc850a005 [file] [log] [blame]
Neels Hofmeyr3531a192017-03-28 14:30:28 +02001from support import *
2
3print('hello')
4
5def run(what):
6 print(what)
7 print(what)
8
9run(config)