hello world

蒜香大龙虾 2025-12-23 01:42:31
Categories: Tags:
1
2
3
4
5
6
#include <stdio.h>

void main() {
printf("hello world\n");
return 0;
}