Merge pull request #49 from Roemerdt/roemer

This commit is contained in:
Francesc Verdugo 2024-09-15 08:15:10 +02:00 committed by GitHub
commit 370be8abfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -484,7 +484,7 @@
"metadata": {},
"outputs": [],
"source": [
"fun = () -> a + b\n",
"fun = () -> add(a, b)\n",
"t = Task(fun)\n",
"schedule(t)"
]