2026-03-02 16:55:58 +01:00

6 lines
50 B
C

int main() {
int x;
x=42;
return x;
}