ylambda / bar-graph

A little bar graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A little bar graph

$ echo "1 2 3 4 5" | cargo run
     Running `target/debug/bar_graph`
          
        █ 
      █ █ 
    █ █ █ 
  █ █ █ █ 
█ █ █ █ █ 

Motivation

I'm digging through rust a little bit

About

A little bar graph


Languages

Language:Rust 100.0%