AppFlowy/frontend/rust-lib/flowy-document2/tests/assets/html/code.html

5 lines
175 B
HTML
Raw Normal View History

<meta charset="UTF-8"><pre><code class="language-rust">// This is the main function.
fn main() {
// Print text to the console.
println!("Hello World!");
}</code></pre>