1 Commits

Author SHA1 Message Date
alice dc33a69bbd alice: add my contribution 2026-05-05 08:35:40 +00:00
2 changed files with 1 additions and 3 deletions
-3
View File
@@ -1,3 +0,0 @@
.PHONY: test
test:
@echo "running tests..."
+1
View File
@@ -0,0 +1 @@
def greet(name): return f"Hello, {name}!"