You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This theme doesn't specify any color but uses the `ClassedHTMLGenerator`
to generate CSS classes instead. This allow to have per-color-scheme
themes and to easily edit themes manually.
<preclass="language-rust highlighter-syntect"><codeclass="highlight"><spanclass="c-source c-rust"><spanclass="c-comment c-line c-double-slash c-rust"><spanclass="c-punctuation c-definition c-comment c-rust">//</span> This is a comment, and is ignored by the compiler.
11
+
</span><spanclass="c-comment c-line c-double-slash c-rust"><spanclass="c-punctuation c-definition c-comment c-rust">//</span> You can test this code by clicking the "Run" button over there ->
12
+
</span><spanclass="c-comment c-line c-double-slash c-rust"><spanclass="c-punctuation c-definition c-comment c-rust">//</span> or if you prefer to use your keyboard, you can use the "Ctrl + Enter"
<spanclass="c-comment c-line c-double-slash c-rust"><spanclass="c-punctuation c-definition c-comment c-rust">//</span> This code is editable, feel free to hack it!
16
+
</span><spanclass="c-comment c-line c-double-slash c-rust"><spanclass="c-punctuation c-definition c-comment c-rust">//</span> You can always return to the original code by clicking the "Reset" button ->
17
+
</span>
18
+
<spanclass="c-comment c-line c-double-slash c-rust"><spanclass="c-punctuation c-definition c-comment c-rust">//</span> This is the main function.
<spanclass="c-comment c-line c-double-slash c-rust"><spanclass="c-punctuation c-definition c-comment c-rust">//</span> Statements here are executed when the compiled binary is called.
21
+
</span>
22
+
<spanclass="c-comment c-line c-double-slash c-rust"><spanclass="c-punctuation c-definition c-comment c-rust">//</span> Print text to the console.
0 commit comments