public/sh/tests/solutions/easy-conditions.sh

2 lines
49 B
Bash
Executable File

[ "$X" -gt "$Y" ] && echo "true" || echo "false"