7 lines
87 B
Python
7 lines
87 B
Python
import os
|
|
|
|
def main():
|
|
print("test")
|
|
|
|
if __name__ == "__main__":
|
|
main() |