Forked from
Gabrielle Van De Vijver / IA04binôme2A
80 commits behind the upstream repository.
-
Gabrielle Van De Vijver authoredGabrielle Van De Vijver authored
main.go 236 B
package main
import (
"gitlab.utc.fr/gvandevi/ia04/comsoc"
)
func main(){
//Fonctions utilitaires
//comsoc.Test_rank()
//comsoc.Test_maxCount()
//comsoc.Test_checkProfile()
comsoc.Test_checkProfileAlternative()
}