From b31ace79ea5f6b3f279c544cd3a443d6fbf2a24d Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 26 Feb 2026 10:05:59 +0000 Subject: overhaul --- chars | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chars') diff --git a/chars b/chars index 359c2ab..5fed1c7 100755 --- a/chars +++ b/chars @@ -1,10 +1,9 @@ #!/usr/bin/env ruby -require 'zipf' +require "zipf" while line = STDIN.gets line.strip.each_char { |c| puts c } end - -- cgit v1.2.3