From 9343107bfc0c074360c8d71b626ac2f2c914a11f Mon Sep 17 00:00:00 2001
From: Per Lindgren <per.lindgren@ltu.se>
Date: Sun, 15 Oct 2017 13:57:42 +0200
Subject: [PATCH] test12

---
 README.md | 27 +++++++++++++++++++++++++--
 1 file changed, 25 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 33ca02d..d235692 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)  -->
 
-- 
GitLab