mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
4 lines
59 B
Markdown
4 lines
59 B
Markdown
int main() {
|
|
printf("Hello, World!\n");
|
|
return 0;
|
|
} |