summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorMichael Ghaben <michaelghaben@gmail.com>2026-02-07 23:43:27 -0800
committerMichael Ghaben <michaelghaben@gmail.com>2026-02-07 23:43:27 -0800
commit109c8b37b0aa9704551c02dcef861eedc37793f7 (patch)
treea9db693b16471f568898c31f0d18fa95af0af04d /main.py
Initial commitHEADmaster
Diffstat (limited to 'main.py')
-rw-r--r--main.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.py b/main.py
new file mode 100644
index 0000000..431c2e7
--- /dev/null
+++ b/main.py
@@ -0,0 +1,6 @@
1def main():
2 print("Hello from husky!")
3
4
5if __name__ == "__main__":
6 main()