..
2025-03-23
C Code-test
#include
<stdio.h>
int
main
() {
printf
(
"Hello, World!
\n
"
);
return
0
;
}