diff --git a/problems/find/less/find.adoc b/problems/find/less/find.adoc index 417e214e5..5619da7df 100644 --- a/problems/find/less/find.adoc +++ b/problems/find/less/find.adoc @@ -268,7 +268,18 @@ Your program should behave per the examples below. Assumed that the underlined t [source,subs=quotes] ---- -$ [underline]#./find TODO# +$ [underline]#./find 42# +[underline]#50# +[underline]#43# +[underline]#^D# +Didn't find needle in haystack. + +$ [underline]#./find 42# +[underline]#50# +[underline]#42# +[underline]#^D# +Found needle in haystack! + ---- == Testing @@ -344,6 +355,8 @@ _None so far! Reload this page periodically to check if any arise!_ == Changelog +* 2017-03-09 +** Clarified usage. * 2016-09-21 ** Update to `search` walkthrough * 2016-09-17 diff --git a/problems/find/more/find.adoc b/problems/find/more/find.adoc index fd8ea6b5a..5355e8499 100644 --- a/problems/find/more/find.adoc +++ b/problems/find/more/find.adoc @@ -269,7 +269,18 @@ Your program should behave per the examples below. Assumed that the underlined t [source,subs=quotes] ---- -$ [underline]#./find TODO# +$ [underline]#./find 42# +[underline]#50# +[underline]#43# +[underline]#^D# +Didn't find needle in haystack. + +$ [underline]#./find 42# +[underline]#50# +[underline]#42# +[underline]#^D# +Found needle in haystack! + ---- == Testing @@ -343,6 +354,8 @@ _None so far! Reload this page periodically to check if any arise!_ == Changelog +* 2017-03-09 +** Clarified usage * 2016-09-21 ** Update to `search` walkthrough * 2016-09-17