程式碼測試

SyntaxHihglighter Test


This is a test file to insure that everything is working well.



class Fruit:
    def grow(self):
        print "Fruit grow ..."

if __name__ == "__main__":
    fruit = Fruit()
    fruit.grow()

echo "ok";
function helloSyntaxHighlighter()
{
 alert("
");
 return "hi!";
}



沒有留言:

張貼留言