mirror of https://github.com/01-edu/public.git
eslopfer
2 years ago
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@
|
||||
#!/bin/bash |
||||
|
||||
# Add the two numbers |
||||
result=$(expr $1 + $2) |
||||
|
||||
# Output the result |
||||
echo $result |
Loading…
Reference in new issue