This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
c
/
odin-lang.Odin
espejo de
https://github.com/odin-lang/Odin
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
add handling for too many args
Colin Davidson
hace 3 años
padre
db169a4334
commit
d5b0632e4f
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
build_odin.sh
+ 2
- 0
build_odin.sh
Ver fichero
@@ -119,4 +119,6 @@ if [[ $# -eq 1 ]]; then
run_demo
exit 0
+else
+ panic "Too many arguments!"
fi