hello

xiyangdaxia發表於2024-09-29
點選檢視程式碼
#include <stdio.h> 
int main(){
	printf("hello world\n");
	return 0;
}