Files
leaningtech--webvm/examples/c/helloworld.c
T
2026-07-13 12:22:17 +08:00

7 lines
63 B
C

#include <stdio.h>
int main()
{
printf("Hello, World!\n");
}