Skip to content

dmitrym0/3columnprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

3ColumnPrint

Take a list of characters, sort it, and output the result in columns:

> echo 'a b c d e f g h i j k l m z x y' | ./3columnprint.pl                                                                                                          ◼
a g m
b h x
c i y
d j z
e k
f l

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages