Add success message at the end of main()

This commit is contained in:
2025-10-08 14:30:14 +02:00
parent 43974d6754
commit 46675a1246
+1
View File
@@ -269,4 +269,5 @@ fn main() {
vertices[i] vertices[i]
); );
} }
println!("Example test success!");
} }