Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Lorenz Bung acc5027303 Updated Markdown on S1 and fixed typos in task3. il y a 7 ans
..
src Updated Markdown on S1 and fixed typos in task3. il y a 7 ans
tests now in rustfmt 0.9 format il y a 8 ans
Cargo.toml Initialized hw1/task3 il y a 8 ans
README.md Add missing header in README il y a 8 ans

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.