Add bash app, tests and run_tests file
This commit is contained in:
6
app/calculator.sh
Executable file
6
app/calculator.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
add() {
|
||||
echo $(($1+$2))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user