Skip to content

Commit 3cf4b8d

Browse files
committed
Title is added for solutions.
1 parent e7d1760 commit 3cf4b8d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

linux-shell/00001_lets-echo.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/sh
22

3+
# Let's Echo
34
# https://www.hackerrank.com/challenges/bash-tutorials-lets-echo
45

56
echo HELLO

linux-shell/00002_a-personalized-echo.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/sh
22

3+
# A Personalized Echo
34
# https://www.hackerrank.com/challenges/bash-tutorials---a-personalized-echo/problem
45

56
read name

linux-shell/00003_looping-with-numbers.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/sh
22

3+
# Looping with Numbers
34
# https://www.hackerrank.com/challenges/bash-tutorials---looping-with-numbers/problem
45

56
for i in {1..50}

0 commit comments

Comments
 (0)