Skip to content

Commit 552d947

Browse files
authored
Golang : Assembler Practice 1 (#278)
* Create Assembler1.go * Update README.md * Update /README.md
1 parent 80a2a45 commit 552d947

File tree

3 files changed

+365
-150
lines changed

3 files changed

+365
-150
lines changed

Golang/Assembler1.go

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)