From 63fad53303381388673073de580a32088a4ef0fe Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 24 Mar 2020 22:59:15 +0100 Subject: Adding upstream version 2.2.0. Signed-off-by: Daniel Baumann --- testing/resources/rust_hooks_repo/src/main.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testing/resources/rust_hooks_repo/src/main.rs (limited to 'testing/resources/rust_hooks_repo/src/main.rs') diff --git a/testing/resources/rust_hooks_repo/src/main.rs b/testing/resources/rust_hooks_repo/src/main.rs new file mode 100644 index 0000000..ad379d6 --- /dev/null +++ b/testing/resources/rust_hooks_repo/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("hello world"); +} -- cgit v1.2.3