mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
8 lines
83 B
Go
8 lines
83 B
Go
package main
|
|
|
|
import myfmt "fmt"
|
|
|
|
func greet2() {
|
|
myfmt.Println("Hello world!")
|
|
}
|