0.1.7xx testin sum mor

This commit is contained in:
Peder Vatn Austad
2024-05-23 18:55:51 +02:00
parent 41dddd1778
commit 5a0574134b
4 changed files with 4 additions and 13 deletions

7
test/test.go Normal file
View File

@@ -0,0 +1,7 @@
package test
import "fmt"
func PrintHello() {
fmt.Println("Hello, World!")
}