-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcd-kickoff-exercises.html
28 lines (28 loc) · 1.14 KB
/
cd-kickoff-exercises.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title></title>
<style type="text/css">code{white-space: pre;}</style>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="exercise-style.css">
</head>
<body>
<h1 id="exercises">Exercises</h1>
<p>Central index of all of the exerices that have been prepared and deployed.</p>
<ul>
<li>Exercise 0: <a href="cd-kickoff-hello.html">Hello Rust</a></li>
<li>Exercise 1: <a href="cd-kickoff-ownership.html">Ownership</a></li>
<li>Exercise 2: <a href="cd-kickoff-borrowing.html">Borrowing</a></li>
<li>Exercise 3: <a href="cd-kickoff-structs.html">Structs</a></li>
<li>Exercise 4: <a href="cd-kickoff-enums_match.html">Enums and <code>match</code></a></li>
<li>Exercise 5: <a href="cd-kickoff-lifetimes.html">Lifetimes</a></li>
<li>Exercise 6: <a href="cd-kickoff-closures.html">Closures</a></li>
<li>Exercise 7: <a href="cd-kickoff-threads.html">Threads</a></li>
</ul>
</body>
</html>