5 lines
40 B
C
5 lines
40 B
C
|
|
int _start(int b)
|
|
{
|
|
return b * 5;
|
|
} |
|
|
int _start(int b)
|
|
{
|
|
return b * 5;
|
|
} |