Skip to content

Commit

Permalink
feat: add go file
Browse files Browse the repository at this point in the history
  • Loading branch information
Norton-Lin committed Oct 28, 2024
1 parent fa389ed commit 1cb4811
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module main

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

import "fmt"

func main() {
fmt.Println("test")
}

0 comments on commit 1cb4811

Please sign in to comment.