13
0

more pre-commit testing

This commit is contained in:
Paul Davis 2015-05-09 02:12:13 -04:00
parent a083dbcd95
commit 806387b484

2
foo.cc
View File

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