Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
UGLimusic
Edit Copy
Star
GitHub Repository:
UGLimusic/decouverte_shell
Path:
blob/main/VM/data/plus.sh
6
7
views
1
read
first_num
2
read
second_num
3
result
=
$((
$first_num
+
$second_num
)
)
4
echo
$result
5
6