This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
fzfouz
/
Vanilla-adventures
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
69c6523064
Ramas
Etiquetas
master
Vanilla-adventu...
/
cmd
/
game
/
main.go
main.go
94 B
Histórico
Raw
1
2
3
4
5
6
7
package main
import "fmt"
func main() {
fmt.Println("Welcome to the cli-plateform-game")
}