initial commit

This commit is contained in:
s452645 2021-03-10 14:01:17 +01:00
parent 70e8078c57
commit c9a3beccb5
2 changed files with 6 additions and 1 deletions

6
main.py Normal file
View File

@ -0,0 +1,6 @@
import pygame
if __name__ == "__main__":
pygame.init()
running = True

View File

@ -1 +0,0 @@
sample text