4 lines
45 B
Python
4 lines
45 B
Python
|
#!/usr/bin/env python
|
||
|
def main():
|
||
|
return 0
|