mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
9 lines
75 B
Go
9 lines
75 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
var i int = 1
|
|
fmt.Println(i)
|
|
}
|