Skip to content

Commit e1d11b2

Browse files
committed
Removed unnecessary intro.
1 parent 31fd76c commit e1d11b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ For example, "5678" passes the Luhn check:
3232
Now for the challenge...
3333
------------------------
3434

35-
You find yourself trapped by a crippling but otherwise healthy fear of accidentally leaking credit card numbers. Your only escape: implement a [Unix-style program](http://en.wikipedia.org/wiki/Unix_philosophy#McIlroy:_A_Quarter_Century_of_Unix) that masks credit card numbers. To succeed, your program must pass a series of increasingly difficult challenges.
36-
37-
Think you've got what it takes? Write a command line program that reads ASCII text from standard input, masks sequences of digits that look like credit card numbers, and writes the filtered text to standard output. For the purposes of this challenge, a credit card number:
35+
Write a command line program that reads ASCII text from standard input, masks sequences of digits that look like credit card numbers, and writes the filtered text to standard output. For the purposes of this challenge, a credit card number:
3836

3937
- Consists of digits, spaces (`' '`) and hyphens (`'-'`).
4038
- Has between 14 and 16 digits, inclusive.

0 commit comments

Comments
 (0)