Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Joshua Rutschmann e540c0de3d Merge branch 'hw1' of github.com:htwg-syslab-bsys-ws17/bsys-ws17-template into hw1 8 anos atrás
..
src Solved hw1/task3 and ran all tests successfully 8 anos atrás
tests now in rustfmt 0.9 format 8 anos atrás
Cargo.toml Initialized hw1/task3 8 anos atrás
README.md Add missing header in README 8 anos atrás

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.