6 lines
86 B
Python
Executable File
6 lines
86 B
Python
Executable File
#!/usr/bin/env python3
|
|
# vim: ft=python
|
|
# -*- mode: python -*-
|
|
|
|
print('hello, world')
|