7 lines
41 B
C
7 lines
41 B
C
|
#pragma once
|
||
|
|
||
|
int once()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|