We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99ad54 commit 511345eCopy full SHA for 511345e
linux-shell/00064_HackerrankLinuxShell.sh
@@ -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