10 lines
109 B
Go
10 lines
109 B
Go
|
package main
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func main() {
|
||
|
fmt.Println("Testing testing")
|
||
|
}
|
||
|
|
||
|
//This is a pretty cool comment
|