/charcount

Rust implementation for [atelier-prog.github.io](http://atelier-prog.github.io/topics/charcount.html)

Primary LanguageRust

Char Count in Rust

Simple version of char count implementation for atelier-prog.

This program count the occurency of each character in a given string.

Usage

cargo run -- "your string"

Note : for instance, the " are needed