diff options
Diffstat (limited to 'src/boost/libs/python/example/quickstart/script.py')
-rw-r--r-- | src/boost/libs/python/example/quickstart/script.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/boost/libs/python/example/quickstart/script.py b/src/boost/libs/python/example/quickstart/script.py new file mode 100644 index 00000000..c3e034ba --- /dev/null +++ b/src/boost/libs/python/example/quickstart/script.py @@ -0,0 +1,7 @@ +#! /usr/bin/env python +# Copyright Stefan Seefeld 2006. Distributed under the Boost +# Software License, Version 1.0. (See accompanying +# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + +print('Hello World !') +number = 42 |