Parcourir la source

update go/l1.go

Stepan il y a 1 mois
Parent
commit
79dd19edde
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      go/l1.go

+ 1 - 0
go/l1.go

@@ -4,4 +4,5 @@ import "fmt"
 
 func main() {
 	fmt.Println("hello world")
+	fmt.Println("Hi")
 }