mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
7 lines
87 B
C
7 lines
87 B
C
|
|
||
|
int main() {
|
||
|
char title[] = "foo and stuff\n";
|
||
|
printf("%s", title);
|
||
|
return 0;
|
||
|
}
|