Skip to content

Commit 511345e

Browse files
committed
Answer is added for challenge called 'Lonely Integer - Bash!'.
1 parent c99ad54 commit 511345e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
# Lonely Integer - Bash!
4+
# https://www.hackerrank.com/challenges/lonely-integer-2/problem?isFullScreen=true
5+
6+
read
7+
tr ' ' '\n' | sort | uniq -u

0 commit comments

Comments
 (0)