8 lines
62 B
C
Executable File
8 lines
62 B
C
Executable File
int customTarget();
|
|
|
|
int main()
|
|
{
|
|
return customTarget();
|
|
}
|
|
|