fix casting arguments to parameter type
This commit is contained in:
parent
29a92afcf2
commit
8c82a83778
2 changed files with 6 additions and 1 deletions
|
@ -12,6 +12,7 @@ long fibonacci(long x) {
|
|||
}
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
return 1 || -0.1;
|
||||
double x = 3.5;
|
||||
return factorial(x);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue