# Automatically generated; edit in Sphinx source code, not here. module Test; print "Hello, %s!" % "World"; print "%s=%d" % ("x", 1);