From 92a1f6a216e6cd830ad910f12efe21660e0c4d7d Mon Sep 17 00:00:00 2001 From: jackmac Date: Wed, 21 Jun 2023 12:25:16 +0930 Subject: [PATCH] test --- exercises/functions/functions2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/functions/functions2.rs b/exercises/functions/functions2.rs index e0d56cd6..5e454258 100755 --- a/exercises/functions/functions2.rs +++ b/exercises/functions/functions2.rs @@ -1,6 +1,6 @@ // functions2.rs // Execute `rustlings hint functions2` or use the `hint` watch subcommand for a hint. - +//test fn main() { call_me(3); }