feat: new utils
This commit is contained in:
parent
3070407092
commit
476332c7aa
@ -3,3 +3,9 @@ pub macro inc {
|
||||
include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/in/", $d, ".txt"))
|
||||
}
|
||||
}
|
||||
|
||||
pub macro s {
|
||||
($s: literal) => {
|
||||
format!("{}", $s)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user