Skip to content

Commit

Permalink
Update 9-divide_and_rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalson authored Oct 10, 2016
1 parent be517ee commit b93e8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0x03-shell_variables_expansions/9-divide_and_rule
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
echo $(($POWER/$DIVIDE))
echo $((POWER/DIVIDE))

0 comments on commit b93e8bd

Please sign in to comment.