Added the actual test code
This commit is contained in:
parent
0be2680fc0
commit
24c55385d3
|
@ -0,0 +1,9 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Testing testing")
|
||||
}
|
||||
|
||||
//This is a pretty cool comment
|
Loading…
Reference in New Issue