This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
fzfouz
/
Vanilla-adventures
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
69c6523064
Gałęzie
Tagi
master
Vanilla-adventu...
/
cmd
/
game
/
main.go
main.go
94 B
Historia
Czysty
1
2
3
4
5
6
7
package main
import "fmt"
func main() {
fmt.Println("Welcome to the cli-plateform-game")
}