From 46675a1246b0985135e077c62b980f4038b8c119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Wed, 8 Oct 2025 14:30:14 +0200 Subject: [PATCH] Add success message at the end of main() --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index bb0f212..45f0f33 100644 --- a/src/main.rs +++ b/src/main.rs @@ -269,4 +269,5 @@ fn main() { vertices[i] ); } + println!("Example test success!"); }