This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
Home
/
codewars
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
d8a2699bb0
Haarat
Tagit
master
codewars
/
go
/
test.go
test.go
78 B
Historia
Raaka
1
2
3
4
5
6
7
package main
import "fmt"
func main() {
fmt.Printf("First go example\n")
}