This commit is contained in:
Christopher Fremond 2019-05-08 17:54:35 +01:00 committed by Clément
parent 80583902e0
commit 36116d3a7b
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ import (
)
func main() {
student.Raid1a(5,3)
student.Raid1a(1,5)
}
```