diff options
Diffstat (limited to 'Untitled.txt')
-rw-r--r-- | Untitled.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Untitled.txt b/Untitled.txt index 90e2f5e..fb1e53c 100644 --- a/Untitled.txt +++ b/Untitled.txt @@ -6,6 +6,7 @@ micromark.js: `atLineEnding` in html (text) should always eat arbitrary whitespa ```rs // --------------------- // Useful helper: +extern crate std; use std::println; use alloc::string::String; |