mirror of
https://github.com/golang/go.git
synced 2025-11-01 01:00:56 +00:00
remove print() from the tutorial, generating a little clumsiness around "import"
R=rsc,gri DELTA=103 (36 added, 33 deleted, 34 changed) OCL=26442 CL=26491
This commit is contained in:
parent
08eeb2535d
commit
bdbb3b455e
15 changed files with 70 additions and 75 deletions
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
package main
|
||||
|
||||
import fmt "fmt" // Package implementing formatted I/O.
|
||||
|
||||
func main() {
|
||||
print("Hello, world; or Καλημέρα κόσμε; or こんにちは 世界\n");
|
||||
fmt.Printf("Hello, world; or Καλημέρα κόσμε; or こんにちは 世界\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue