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.
2 parents bdd2283 + 6262be2 commit a20d213Copy full SHA for a20d213
main.go
@@ -4,4 +4,6 @@ import "fmt"
4
5
func main() {
6
fmt.Println("Hello World")
7
+
8
+ fmt.Println(" 1 + 1 = ", 1+1)
9
}
0 commit comments