5 Commits

Author SHA1 Message Date
prajwal 79e4450a80 Merge pull request 'carol: add contribution' (#3) from feature/carol-changes into main
Merge PR via API test
2026-05-05 08:36:18 +00:00
prajwal 587f9c24ba Merge pull request 'bob: add contribution' (#2) from feature/bob-changes into main
Merge PR via API test
2026-05-05 08:36:14 +00:00
prajwal 1a80635a95 Merge pull request 'alice: add contribution' (#1) from feature/alice-changes into main
Merge PR via API test
2026-05-05 08:36:10 +00:00
bob 5647fab30b bob: add my contribution 2026-05-05 08:35:44 +00:00
alice dc33a69bbd alice: add my contribution 2026-05-05 08:35:40 +00:00
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
.PHONY: test
test:
@echo "running tests..."
+1
View File
@@ -0,0 +1 @@
def greet(name): return f"Hello, {name}!"