Automatic add

This commit is contained in:
Timo Schmidt 2023-05-03 23:11:27 +02:00
parent c7b2f67092
commit efc5cd9380
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ static int expect_counter = 0;
// END_TEMPLATE
int main(){
// test( "Test output", printf, "\n");
// test ("Test output", printf, "\n");
// expect("Expected output", printf, "\n");
return 0;
}