6 lines
84 B
Python
6 lines
84 B
Python
def main():
|
|
print('jkasdfjhksdjhksdfsd')
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main() |