4 lines
54 B
C
4 lines
54 B
C
int double_input(int input) {
|
|
return input * 2;
|
|
}
|
int double_input(int input) {
|
|
return input * 2;
|
|
}
|