4 lines
81 B
C
4 lines
81 B
C
int main() {
|
|
const char *s = "Hello macCatalyst!";
|
|
return 0; // break here
|
|
}
|