mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-23 09:58:12 +08:00
8 lines
No EOL
77 B
C
8 lines
No EOL
77 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
|
|
printf("Hello world");
|
|
|
|
return 0;
|
|
} |