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()