This commit is contained in:
Andras Schmelczer 2022-06-28 18:36:43 +02:00
parent a20a1b85bb
commit 82fed145bf
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -11,7 +11,7 @@
"\n", "\n",
"@GreatAI.create\n", "@GreatAI.create\n",
"def hello_world(name: str) -> str:\n", "def hello_world(name: str) -> str:\n",
" return f\"Hello {name}!\"\n" " return f\"Hello {name}!\""
] ]
} }
], ],