Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Joshua Rutschmann 93b1841a17 Merge branch 'hw1' of https://github.com/themultiplexer/bsys-ws17-grp11 into hw1 8 лет назад
..
src Ran rustfmt on all tasks. 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.