We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4832ce commit 741a070Copy full SHA for 741a070
docs/smalltalk/st0054.md
@@ -20,7 +20,7 @@ func main {
20
session.PromptAsync("Who are you?", func(res: string) {
21
println(res)
22
})
23
- } , "")
+ })
24
}
25
```
26
0 commit comments