From: Skullheadx <94652084+Skullheadx@users.noreply.github.com> Date: Sat, 24 Dec 2022 00:28:30 +0000 (-0500) Subject: initial commit X-Git-Url: http://git.skullheadx.com/projects/suckless.html?a=commitdiff_plain;h=15f650f64328eab0a192cb61c8ed9157107c7909;p=text-art.git initial commit --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e3aa152 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Default ignored files +/shelf/ +/workspace.xml +.idea/ diff --git a/main.py b/main.py new file mode 100644 index 0000000..6378f52 --- /dev/null +++ b/main.py @@ -0,0 +1,6 @@ +def main(): + ... + + +if __name__ == "__main__": + main()