mirror of
https://github.com/golang/go
synced 2024-11-25 21:28:03 -07:00
13 lines
92 B
Go
13 lines
92 B
Go
|
// skip
|
||
|
|
||
|
package main
|
||
|
|
||
|
import (
|
||
|
"fmt"
|
||
|
"io"
|
||
|
)
|
||
|
|
||
|
func main() {
|
||
|
greeting := "hello, world"
|
||
|
}
|