From 36ce5aadf34db3e03ca65b42ce20021346240087 Mon Sep 17 00:00:00 2001 From: Ty Todd Date: Sat, 20 Dec 2025 13:39:53 -0800 Subject: [PATCH] (no commit message) --- scratch/push_org.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scratch/push_org.py b/scratch/push_org.py index 1f79e31..636c4e5 100644 --- a/scratch/push_org.py +++ b/scratch/push_org.py @@ -6,7 +6,7 @@ class MyProgram(PrecompiledProgram): super().__init__(**kwargs) def forward(self, **kwargs): - return "Hello, world!" + return "Hello, world" program = MyProgram()