Remove duplicate line
This commit is contained in:
parent
ff10bf04b8
commit
25df4f9f01
1 changed files with 0 additions and 2 deletions
|
|
@ -23,8 +23,6 @@ Foo_set (3.1415926);
|
|||
// See if the change took effect
|
||||
printf("Foo = %f\n", Foo_get());
|
||||
|
||||
|
||||
printf("Foo = %f\n", Foo_get());
|
||||
// Check error message if violate contract
|
||||
g = gcd(-42,105);
|
||||
fact(-4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue