Skip to content
Snippets Groups Projects
Forked from Gabrielle Van De Vijver / IA04binôme2A
80 commits behind the upstream repository.
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()
}