Continue writing report
This commit is contained in:
parent
f36c9fef60
commit
834ed4b3e8
11 changed files with 128 additions and 23 deletions
4
tex/code/println.rs
Normal file
4
tex/code/println.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
macro_rules! println {
|
||||
() => { ... };
|
||||
($($arg:tt)*) => { ... };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue