add sigle runrs file
This commit is contained in:
6
single_file_tests/file.rs
Executable file
6
single_file_tests/file.rs
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env run-cargo-script
|
||||||
|
// cargo-deps: time="0.1.25"
|
||||||
|
extern crate time;
|
||||||
|
fn main() {
|
||||||
|
println!("{}", time::now().rfc822z());
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user