This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
kkn
/
test
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Add Hello, world
Kare Nuorteva
hace 8 años
padre
f0a17686f0
commit
dbeb2e9670
Se han
modificado 1 ficheros
con
7 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
7
0
test.go
+ 7
- 0
test.go
Ver fichero
@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+
+func main() {
+ fmt.Println("Hello, world!")
+}