Python‎ > ‎

    Hallo Welt (Python)


    #!/usr/bin/env python
    
    print "Content-type: text/html\n\n"
    print "Hallo Welt!"