Linux/Clion/test.c

10 lines
117 B
C
Raw Normal View History

2025-06-10 23:43:56 +08:00
//
// Created by ZBright on 25-5-29.
//
#include <stdio.h>
int main()
{
printf("Hello World\n");
return 0;
}