5 lines
71 B
Python
5 lines
71 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
print("Test complete.")
|