This website works better with JavaScript
Home
Explore
Help
Sign In
c
/
odin-lang.Odin
mirror of
https://github.com/odin-lang/Odin
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
add handling for too many args
Colin Davidson
3 years ago
parent
db169a4334
commit
d5b0632e4f
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
build_odin.sh
+ 2
- 0
build_odin.sh
View File
@@ -119,4 +119,6 @@ if [[ $# -eq 1 ]]; then
run_demo
run_demo
exit 0
exit 0
+else
+ panic "Too many arguments!"
fi
fi