feat: update structure
This commit is contained in:
5
cs2106/labs/lab2/part1/diff.sh
Executable file
5
cs2106/labs/lab2/part1/diff.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
x=15
|
||||
y=20
|
||||
z=$(($x-$y))
|
||||
echo "$x - $y = $z"
|
||||
Reference in New Issue
Block a user