mirror of
https://github.com/golang/go
synced 2024-11-17 00:54:49 -07:00
6 lines
65 B
Go
6 lines
65 B
Go
|
package main
|
||
|
|
||
|
import "./lib"
|
||
|
|
||
|
func main() { lib.FIRST.String() }
|