Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTheCurse committed Nov 30, 2023
0 parents commit db191a4
Show file tree
Hide file tree
Showing 2 changed files with 11 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/ImTheCurse/wavSteg

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

import "fmt"

func SayHello() {

fmt.Println("hello world!")
}

0 comments on commit db191a4

Please sign in to comment.