This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
kkn
/
test
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Add Hello, world
Kare Nuorteva
%!s(int64=8) %!d(string=hai) anos
pai
f0a17686f0
achega
dbeb2e9670
Modificáronse 1 ficheiros
con
7 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
7
0
test.go
+ 7
- 0
test.go
Ver ficheiro
@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+
+func main() {
+ fmt.Println("Hello, world!")
+}