7 lines
41 B
C
Raw Normal View History

2023-05-23 16:38:00 +02:00
#pragma once
int once()
{
return 0;
}