feat: add rust-script
This commit is contained in:
6
external/rust-script/tests/data/time.rs
vendored
Normal file
6
external/rust-script/tests/data/time.rs
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
// cargo-deps: chrono
|
||||
extern crate chrono;
|
||||
fn main() {
|
||||
println!("--output--");
|
||||
println!("Hello");
|
||||
}
|
||||
Reference in New Issue
Block a user