hello.py 299 B

12345678
  1. #! /usr/bin/env python
  2. # Copyright Joel de Guzman 2002-2007. Distributed under the Boost
  3. # Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt
  4. # or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. # Hello World Example from the tutorial
  6. import hello_ext
  7. print(hello_ext.greet())