This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
XCAppCollection
/
XCVMKit-OS
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
manual/1.0
Ramas
Etiquetas
master
manual/1.0.0-b2
XCVMKit-OS
/
support
/
testing
/
tests
/
package
/
sample_nu.nu
sample_nu.nu
69 B
Permalink
Histórico
Raw
1
2
3
4
5
6
#! /usr/bin/nu
def greet [name] {
["hello" $name]
}
greet "world"