Multiline Include Issues

619

#![allow(unused)]
fn main() {
1
2
3
4
5
6
7
8
9
10
11
12
}

1127

Blockquote with included code inside

Lorum ipsum dolor sit amet.

But do included code blocks…?

fn main() {
    println!("This is a file!");
}

By Quote Author

1564

sample.md

1626

Exercises

  1. In the the code below:
    instance Eq (NonEmpty a) where
      eq (NonEmpty x xs) (NonEmpty y ys) = x == y && xs == ys    
    
    we …

2521

Chapter 1