OneCompiler

c code

131

#include <stdio.h>

int main() {
printf("Hello, World!\n");
return 0;
}