(no commit message)
This commit is contained in:
@@ -6,7 +6,7 @@ class MyProgram(PrecompiledProgram):
|
||||
super().__init__(**kwargs)
|
||||
|
||||
def forward(self, **kwargs):
|
||||
return "Hello, world!"
|
||||
return "Hello, world"
|
||||
|
||||
|
||||
program = MyProgram()
|
||||
|
||||
Reference in New Issue
Block a user