Skip to content

Commit

Permalink
create main fanction
Browse files Browse the repository at this point in the history
  • Loading branch information
nomi3 committed Feb 5, 2024
1 parent 3804091 commit 1391ba1
Show file tree
Hide file tree
Showing 2 changed files with 12 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 github.com/nomi3/go-category-labs

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

import (
"fmt"
)

func main() {
fmt.Println("Hello World")
}

0 comments on commit 1391ba1

Please sign in to comment.