]> Skullheadx's Git Forge - text-art.git/commitdiff
initial commit
authorSkullheadx <94652084+Skullheadx@users.noreply.github.com>
Sat, 24 Dec 2022 00:28:30 +0000 (19:28 -0500)
committerSkullheadx <94652084+Skullheadx@users.noreply.github.com>
Sat, 24 Dec 2022 00:28:30 +0000 (19:28 -0500)
.gitignore [new file with mode: 0644]
main.py [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..e3aa152
--- /dev/null
@@ -0,0 +1,4 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+.idea/
diff --git a/main.py b/main.py
new file mode 100644 (file)
index 0000000..6378f52
--- /dev/null
+++ b/main.py
@@ -0,0 +1,6 @@
+def main():
+    ...
+
+
+if __name__ == "__main__":
+    main()