mirror of
https://github.com/koloideal/Quizzi.git
synced 2026-06-10 02:15:29 +03:00
7 lines
84 B
Python
7 lines
84 B
Python
def main():
|
|
print("Hello from trudex!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|