9 lines
103 B
Python
Executable File
9 lines
103 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
|
|
|
|
content = open('content', 'r').read()
|
|
|
|
if __name__ == "__main__":
|
|
main()
|