Changes between Version 1 and Version 2 of WikiTest


Ignore:
Timestamp:
Jan 25, 2006, 11:41:56 AM (19 years ago)
Author:
miha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiTest

    v1 v2  
    11I have created test wiki page to test some macros and formatting styles.
     2
     3{{{
     4#!python
     5class Test:
     6    def __init__(self):
     7        print "Hello World"
     8if __name__ == '__main__':
     9   Test()
     10}}}