Add success message at the end of main()
This commit is contained in:
@@ -269,4 +269,5 @@ fn main() {
|
|||||||
vertices[i]
|
vertices[i]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
println!("Example test success!");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user