Files

4 lines
36 B
C++
Raw Permalink Normal View History

int main() {
return sizeof(42);
}