diff --git a/README.md b/README.md index 33ca02db0f8f453825168ebf8c355731789b2e6d..d2356925439b1ef87f03f94b349ee1cdf831b5e0 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,30 @@ We encourage all sorts of collaborations in between the students. Rust is not th # Course in detail -1. [Contribution guidelines for this project](doc/Ecosystem.md) +Seminars +1. Welcome. - It's very easy to make some words **bold** and other words *italic* with Markdown. You can even [link to Google!](http://google.com) + * Preparation + + Please bring your laptop, and we will install the Rust tools required in order to compile and run your first application. + + * Topic + + About the course. Scheduling further seminars. Introduction to the Rust [ecosystem](doc/Ecosystem.md), and basics of Rust programming. + + + We will cover the Rust book [Rustbook Second Edition](https://doc.rust-lang.org/book/second-edition.html) sections [Introduction](https://doc.rust-lang.org/book/second-edition/ch01-00-introduction.html) and [Guessing Game Tutorial](https://doc.rust-lang.org/book/second-edition/ch02-00-guessing-game-tutorial.html). + + * Assignment + Extend the guessing game application such to give an error message on ill formated input,(use the Restult::Err type). Add a counter to the number of tries and write the number of tries for each iteration and on "winning". + + Make a github accound (if you don't have it). Make a github project whith your code, along with a README.md for usage instructions. + + Prepare to present your development for the next seminar. + + + + + + <!-- It's very easy to make some words **bold** and other words *italic* with Markdown. You can even [link to Google!](http://google.com) -->