Difference between revisions of "Test/testpage"

From fd.io
Jump to: navigation, search
Line 7: Line 7:
 
count = 5
 
count = 5
 
</DynamicPageList>
 
</DynamicPageList>
 +
 +
<syntaxhighlight lang="python" line="1" >
 +
def hello_world():
 +
    print("hello world!")
 +
 +
hello_world()
 +
</syntaxhighlight>

Revision as of 22:46, 26 January 2016

Testing subpages

1


  1. def hello_world():
  2.     print("hello world!")
  3.  
  4. hello_world()