summaryrefslogtreecommitdiff
path: root/sample/README
diff options
context:
space:
mode:
authorKenichi Kamiya <kachick1@gmail.com>2019-08-19 18:43:23 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-19 18:43:23 +0900
commit8882986d9701ef8be4cdd87e64a30321f1738cee (patch)
tree67c0f54ef910e727c9226397d079579ad1addfb0 /sample/README
parent209ea85b54c9229f0c1e5c730dee05a096599eb0 (diff)
Drop duplicated sample code (#2389) [ci skip]
* Drop duplicated sample code * Drop another style sample https://github.com/ruby/ruby/pull/2389#issuecomment-522489520 * Update sample list
Diffstat (limited to 'sample/README')
-rw-r--r--sample/README2
1 files changed, 0 insertions, 2 deletions
diff --git a/sample/README b/sample/README
index 796aba1dc3..b55234a947 100644
--- a/sample/README
+++ b/sample/README
@@ -16,7 +16,6 @@ fib.pl Fibonacci number (Perl)
fib.py Fibonacci number (Python)
fib.rb Fibonacci number (Ruby)
fib.scm Fibonacci number (Scheme)
-freq.rb count word occurrence
from.rb scan mail spool
fullpath.rb convert ls -lR to fullpath format
less.rb front end for less
@@ -29,7 +28,6 @@ mpart.rb split file int multi part
observ.rb observer design pattern sample
occur.pl count word occurrence (Perl)
occur.rb count word occurrence (Ruby)
-occur2.rb count word occurrence - another style
philos.rb famous dining philosophers
pi.rb calculate PI
rcs.awk random character stereogram (AWK)