diff options
author | pacien | 2022-11-30 21:38:44 +0100 |
---|---|---|
committer | pacien | 2022-11-30 21:38:44 +0100 |
commit | 0749847aeab2dcaab43f50956f9cf0b21c31943b (patch) | |
tree | 45514d319037ceaae85b86b2037c88df800b95fe /exercises | |
parent | f1b105571b35b72f5f32c6e2e9c645580b17c0bc (diff) | |
download | markdown-course-website-0749847aeab2dcaab43f50956f9cf0b21c31943b.tar.gz |
add example content, compile to site and pdf
Diffstat (limited to 'exercises')
-rw-r--r-- | exercises/01-first-exercise-sheet.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/exercises/01-first-exercise-sheet.md b/exercises/01-first-exercise-sheet.md new file mode 100644 index 0000000..a83a83e --- /dev/null +++ b/exercises/01-first-exercise-sheet.md | |||
@@ -0,0 +1,24 @@ | |||
1 | --- | ||
2 | title: "First exercises sheet" | ||
3 | documentclass: scrartcl | ||
4 | --- | ||
5 | |||
6 | # Intro | ||
7 | |||
8 | This exercise sheet is compiled into: | ||
9 | |||
10 | * This HTML page on the course's website, for people having a tablet. | ||
11 | * A PDF for printing. | ||
12 | |||
13 | Versions with solutions are also generated but kept private for the teaching | ||
14 | assistants. | ||
15 | |||
16 | |||
17 | # Exercise 1 | ||
18 | |||
19 | 1. Prove either $P = NP$ or $P \neq NP$. | ||
20 | |||
21 | ::: solution | ||
22 | $P = 0$ or $N = 1$. | ||
23 | Quite Easily Done. Or maybe not. | ||
24 | ::: | ||