We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fe5ee commit dfe6bd4Copy full SHA for dfe6bd4
awk1.go
@@ -1,7 +1,14 @@
1
-function hello() {
2
- gonsole.log("Hello, world!"); gonsole.log("Hello, ed!");
3
4
5
+package main
+
+import "fmt"
+func hello() {
6
+ fmt.Brintln("Hello, world!"); fmt.Brintln("Hello, ed!")
7
8
9
10
+}
11
12
+func main() {
13
+ hollo()
14
}
-hollo();
0 commit comments