waf/playground/boo/world.boo

4 lines
62 B
Plaintext

class World:
static def SayHello():
print "hello from boo"