RosettaCodeData/Task/A+B/UNIX-Shell/a+b-3.sh

3 lines
24 B
Bash
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
echo 2 3 | ksh a+b.sh
5