From 95c41b0211c14863a155e76d35a7b6bb98818d92 Mon Sep 17 00:00:00 2001 From: Per Lindgren <per.lindgren@ltu.se> Date: Sun, 6 Jan 2019 12:57:25 +0100 Subject: [PATCH] bare2 and bare3 --- examples/bare3.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bare3.rs b/examples/bare3.rs index 2d23861..32a5bf0 100644 --- a/examples/bare3.rs +++ b/examples/bare3.rs @@ -93,6 +93,6 @@ fn main() -> ! { // 5. Look for a way to make this copy done without a loop. // https://doc.rust-lang.org/beta/std/primitive.slice.html // -// Implement and test your solution +// Implement and test your solution. // // commit your answers (bare3_5) -- GitLab