mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-07 02:13:29 +02:00
Require a main function in all exercises
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
// Put your function here!
|
||||
// fn calculate_price_of_apples {
|
||||
|
||||
fn main() {
|
||||
// You can optionally experiment here.
|
||||
}
|
||||
|
||||
// Don't modify this function!
|
||||
#[test]
|
||||
fn verify_test() {
|
||||
|
||||
Reference in New Issue
Block a user