説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Lorenz Bung acc5027303 Updated Markdown on S1 and fixed typos in task3. 7年前
..
src Updated Markdown on S1 and fixed typos in task3. 7年前
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.