6 lines
43 B
C
6 lines
43 B
C
|
#pragma once
|
||
|
int neither()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|