UNPKG

658 BMarkdownView Raw
1---
2# O-oh, something isn't working.
3# But don't panic!
4---
5
6## Check your solution:
7
8`Solution
9===================`
10
11%solution%
12
13`Your Attempt
14===================`
15
16%attempt%
17
18`Difference
19===================`
20
21%diff%
22
23## Additional troubleshooting:
24 * Did you type the name of the file correctly? You can check by running 'ls `%filename%`'. If you see 'ls: cannot access `%filename%`: No such file or directory,' then perhaps the file doesn't exist, or has a different name, or is in a different directory.
25 * Make sure you didn't omit any parens, or the compiler will not be able to parse it.
26 * Make sure you don't have any typos in the string itself.
27