Jean-Serge / charcount

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Rust 100.0%