This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
c
/
odin-lang.Odin
réplica de
https://github.com/odin-lang/Odin
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
add handling for too many args
Colin Davidson
%!s(int64=3) %!d(string=hai) anos
pai
db169a4334
achega
d5b0632e4f
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
2
0
build_odin.sh
+ 2
- 0
build_odin.sh
Ver ficheiro
@@ -119,4 +119,6 @@ if [[ $# -eq 1 ]]; then
run_demo
exit 0
+else
+ panic "Too many arguments!"
fi