Skip to content
Snippets Groups Projects
_test.go 188 B
Newer Older
package main
import (
	"gitlab.utc.fr/gvandevi/ia04/comsoc"
	// "testing"
)

// func TestSum1(t * Testing.T){
// 	res:=Sum(0,1)
// 	if res !=1 {
// 		t.Errorf("mauvaise somme!")
// 	}
// }