OILS / benchmarks / compute / hello.py View on Github | oilshell.org

4 lines, 2 significant
1#!/usr/bin/env python2
2from __future__ import print_function
3
4print('hello')