Skip to content

Commit

Permalink
Create hello world.go
Browse files Browse the repository at this point in the history
  • Loading branch information
wenchao1024 authored Jan 13, 2022
1 parent 56ab8c0 commit 7a77754
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hello world.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package main
import "fmt"
func main(){
fmt.Println("hello world . 你好 世界!")
}

0 comments on commit 7a77754

Please sign in to comment.