mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-06 09:14:57 -06:00
demo app, long string print
This commit is contained in:
5
demo/src/main.rs
Normal file
5
demo/src/main.rs
Normal file
@@ -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