Tutorial-C/0.run/helloworld.c
Even Bell 0e0c08b4eb init
2025-03-20 21:59:27 +08:00

2 lines
57 B
C

#include <stdio.h>
int main() { printf("你好,世界!"); }