version 0.0.2

This commit is contained in:
Alysson Samuel
2026-03-19 17:27:05 +00:00
parent d855607ba8
commit 88d07b8296
7 changed files with 547 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from doce-gsr!")
if __name__ == "__main__":
main()