Skip to content

Commit

Permalink
hello , wu kong
Browse files Browse the repository at this point in the history
  • Loading branch information
liuligames committed Jul 29, 2021
1 parent 298e30f commit 953126d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@

# Dependency directories (remove the comment below to include it)
# vendor/


### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Wukong
# wukong
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module wukong

go 1.16
7 changes: 7 additions & 0 deletions mian.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

import "fmt"

func main() {
fmt.Println("Hello, Wu kong.")
}

0 comments on commit 953126d

Please sign in to comment.