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 529f93f commit c481c61Copy full SHA for c481c61
README.md
@@ -32,7 +32,7 @@ import (
32
)
33
34
func hello() (string, error) {
35
- return "Hello ƛ!", nil
+ return "Hello λ!", nil
36
}
37
38
func main() {
0 commit comments