mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2026-01-31 12:24:08 -06:00
demo app, long string print
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
static LONG_STRING: &'static str = include_str!(concat!(env!("OUT_DIR"), "/long_string.txt"));
|
||||
|
||||
fn main() {
|
||||
println!("This package was compiled at {}", LONG_STRING);
|
||||
}
|
||||
Reference in New Issue
Block a user