This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
Home
/
codewars
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
12d513b74f
Rami (Branch)
Tag
master
codewars
/
books
/
go_head_first
/
misc
/
trash.go
trash.go
87 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
10
package main
import (
"fmt"
)
func main() {
foo := 3
fmt.Println(foo)
}