mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
8 lines
83 B
Go
8 lines
83 B
Go
package main
|
|
|
|
import myfmt "fmt"
|
|
|
|
func greet2() {
|
|
myfmt.Println("Hello world!")
|
|
}
|