Added the actual test code

This commit is contained in:
raul 2023-12-29 17:41:54 +01:00
parent 0be2680fc0
commit 24c55385d3
1 changed files with 9 additions and 0 deletions

9
helloworld.go Normal file
View File

@ -0,0 +1,9 @@
package main
import "fmt"
func main() {
fmt.Println("Testing testing")
}
//This is a pretty cool comment