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