We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a2a45 commit 552d947Copy full SHA for 552d947
Golang/Assembler1.go
@@ -0,0 +1,8 @@
1
+package main
2
+
3
+// import "fmt"
4
5
+func main() {
6
+ // fmt.Println("I love assembly")
7
+ println("I love assembly")
8
+}
0 commit comments