Files
codeql-action/tests/multi-language-repo/main.go
2020-05-08 11:51:47 +02:00

10 lines
87 B
Go

package main
import "fmt"
func main() {
if true {
fmt.Println("hello world")
}
}