#!/usr/bin/env python

def main():
  print 'Hello world!'

main()

