Files
monibuca/plugin/debug/pkg/internal/binutils/testdata/hello.c
2024-12-16 20:06:39 +08:00

7 lines
76 B
C

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