This commit is contained in:
Andras Schmelczer 2022-06-28 18:36:43 +02:00
parent 1556106cf0
commit 0e5608b3a0

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}!\""
] ]
} }
], ],