hello word

yesiming / 2023-05-13 / 原文

#include <stdio.h>
int main(){
    printf("hello word");
    return 0;
}