waf/playground/boo/world.boo

4 lines
62 B
Plaintext
Raw Normal View History

2011-09-10 11:13:51 +02:00
class World:
static def SayHello():
print "hello from boo"