Skip to content
Snippets Groups Projects
Commit 9343107b authored by Per Lindgren's avatar Per Lindgren
Browse files

test12

parent 63e258cf
No related branches found
No related tags found
No related merge requests found
......@@ -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) -->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment