Skip to content
Snippets Groups Projects
main.go 236 B
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()
}