diff --git a/SC2034----value.md b/SC2034----value.md new file mode 100644 index 0000000..af4da2e --- /dev/null +++ b/SC2034----value.md @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +# display "Best School" 10 timesfor _ in {1..10} +do + echo "Best School" +done