Linux/Clion/test.c
2025-06-10 23:43:56 +08:00

10 lines
117 B
C

//
// Created by ZBright on 25-5-29.
//
#include <stdio.h>
int main()
{
printf("Hello World\n");
return 0;
}