Jelajahi Sumber

delete xx.pdf

dake 10 tahun lalu
induk
melakukan
b27df0c224
2 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. TEMPAT SAMPAH
      The_Way_To_GO_en.pdf
  2. 1 1
      eBook/08.2.md

TEMPAT SAMPAH
The_Way_To_GO_en.pdf


+ 1 - 1
eBook/08.2.md

@@ -46,7 +46,7 @@ func main() {
 	map1["Washington"] = 25
 	value, isPresent = map1["Beijing"]
 	if isPresent {
-		fmt.Printf("The value of \"Beijin\" in map1 is: %d\n", value)
+		fmt.Printf("The value of \"Beijing\" in map1 is: %d\n", value)
 	} else {
 		fmt.Printf("map1 does not contain Beijing")
 	}