mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
7 lines
88 B
Python
7 lines
88 B
Python
def main():
|
|
print("Hello from gestaoraul!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|