master
Can202 2021-09-29 12:48:16 -03:00
parent 568c8cfa98
commit e7ce7bc819
1 changed files with 7 additions and 0 deletions

7
Go/HolaMundo.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hola Mundo")
}