HelloWorld

Hello, World!

你好,世界!!!!

hahaha!

1
2
3
4
5
6
7
#include <stdio.h>

    int main(void){
    printf("Hello, World!\n");

    return 0;
}
updatedupdated2023-04-072023-04-07