mirror of
https://tilde.club/~comet/git/musefetch.git
synced 2026-09-22 14:19:57 +00:00
Initial Commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
def main():
|
||||
print("Hello World :)")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user