Skip to content
Snippets Groups Projects

changed text.

Closed Vincenzo Ciaschini requested to merge failbranch into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -2,6 +2,7 @@
int main(int argc, char *argv[])
{
printf("ok\n");
printf("fail!\n");
return 1;
}
Loading