Skip to content
Snippets Groups Projects
Commit 83e77820 authored by Balthazar Wilson's avatar Balthazar Wilson
Browse files

fix: main.go

parents c68fc8e8 60cc1c61
No related branches found
No related tags found
1 merge request!7Partie serveur
main.go 0 → 100644
package main
import (
"gitlab.utc.fr/gvandevi/ia04binome2a/comsoc"
)
func main() {
//Fonctions utilitaires
//comsoc.Test_rank()
//comsoc.Test_maxCount()
//comsoc.Test_checkProfile()
//comsoc.Test_checkProfileAlternative()
comsoc.Test_MajoritySWF()
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment