Blame


1 e1595dc1 2022-09-23 mark --- test124.left-p.txt
2 e1595dc1 2022-09-23 mark +++ test124.right-p.txt
3 dc306c6b 2023-08-29 stsp @@ -11,5 +11,5 @@ doSomethingThenPrintHello(int test)
4 e1595dc1 2022-09-23 mark
5 e1595dc1 2022-09-23 mark struct testfile *
6 e1595dc1 2022-09-23 mark return_test(int test) {
7 e1595dc1 2022-09-23 mark - return NULL;
8 e1595dc1 2022-09-23 mark + return test*2;
9 e1595dc1 2022-09-23 mark }