Newer
Older
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()
}