Skip to content

Commit 2b766cc

Browse files
author
ilmazza
committed
disable test
1 parent 8cbec0c commit 2b766cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testmain.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ return (a+b);
99

1010
int main(){
1111
std::cout << "Hello word" << std::endl;
12-
if(somma<int>(8,3)==1){
12+
if(somma<int>(8,3)==11){
1313
exit(1);
1414
}
1515

0 commit comments

Comments
 (0)