Code
Sep 26, 2024
Inline code
inline code
and more inline code
Block code
let five = Some;
let six = plus_one;
let none = plus_one;
+This is an important
+notice! It should
+therefore be located at
+the beginning of this
+document!
+
This part of the
document has stayed the
same from version to
compress the size of the
changes.
-This paragraph contains
-text that is outdated.
-It will be deleted in the
-near future.
-
It is important to spell
-check this dokument. On
+check this document. On
the other hand, a
misspelled word isn't
the end of the world.
this paragraph needs to
be changed. Things can
be added after it.
+
+This paragraph contains
+important new additions
+to this document.
Line number
1 2 3 4 5 6
7
8 let five = Some;
9 let six = plus_one;
10 let none = plus_one;
93 94 95 96 97 98
99
100 let five = Some;
101 let six = plus_one;
102 let none = plus_one;
Highlight
1 2 3 4 5 6
7
8 let five = Some;
9 let six = plus_one;
10 let none = plus_one;
Filename
src/main.rs
let five = Some;
let six = plus_one;
let none = plus_one;
src/main.rs
1 2 3 4 5 6
7
8 let five = Some;
9 let six = plus_one;
10 let none = plus_one;