13
0

more pre-commit testing

This commit is contained in:
Paul Davis 2015-05-09 01:41:55 -04:00
parent 336774ad51
commit b9ceabcfbb

2
foo.cc
View File

@ -1,4 +1,4 @@
int main() {
int i;
return 2 + 42 ;
return 2 + 4 ;
}