ju-tcs-rust-23-29 0.1.0

function head and tail
Documentation
1
2
3
4
5
6
7
8
9
# rust-lang-course-rust-repo

_Szablon repozytorium dla projektu w języku Rust_

## Zadania


1. Stwórz nowe (prywatne!) repozytorium na podstawie szablonu ([tutorial]https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).
2. Dodaj dwa kolejne kroki CI:
   - odpalenie lintera (`cargo clippy`)
   - odpalenie testów (`cargo test`)