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