mirror of
https://github.com/golang/go.git
synced 2025-05-25 09:21:21 +00:00
13 lines
92 B
Go
13 lines
92 B
Go
// skip
|
|
|
|
package main
|
|
|
|
import (
|
|
"fmt"
|
|
"io"
|
|
)
|
|
|
|
func main() {
|
|
greeting := "hello, world"
|
|
}
|