From 8293b65b55531135c40ed30373349b9d453b5b7a Mon Sep 17 00:00:00 2001 From: akshitgautam42 Date: Sat, 11 Nov 2023 20:19:37 +0530 Subject: [PATCH] Exercise 10 --- exercises/02_functions/functions2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/02_functions/functions2.rs b/exercises/02_functions/functions2.rs index a02fadc3..c20a37ed 100644 --- a/exercises/02_functions/functions2.rs +++ b/exercises/02_functions/functions2.rs @@ -1,7 +1,7 @@ // functions2.rs // // Execute `rustlings hint functions2` or use the `hint` watch subcommand for a -// hint. +