1 Commits

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