Няма описание
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Joshua Rutschmann e540c0de3d Merge branch 'hw1' of github.com:htwg-syslab-bsys-ws17/bsys-ws17-template into hw1 преди 8 години
..
src Solved hw1/task3 and ran all tests successfully преди 8 години
tests now in rustfmt 0.9 format преди 8 години
Cargo.toml Initialized hw1/task3 преди 8 години
README.md Add missing header in README преди 8 години

README.md

Homework hw1 task 3

prepare your task

Run cargo init in your task3/ directory.

task

Schreiben Sie eine Funktion count(line: &str, c: char) -> u64) welche zählt, wie oft ein gegebenes Zeichen © in einem gegebenen String (line) vorkommt und diese Anzahl zurück gibt. Z.B. soll der Aufruf count("peter", 'e') 2 zurückgeben.