wiki:WikiTest

Version 3 (modified by miha, 19 years ago) (diff)

--

I have created test wiki page to test some macros and formatting styles.

Timestamp?

class Test:
    def __init__(self):
        print "Hello World"
if __name__ == '__main__':
   Test()