command-capture/test.c
nganhkhoa f8e9c32b4b init
2025-05-15 21:29:37 +07:00

5 lines
63 B
C

#include <stdio.h>
int main() {
printf("hello world\n");
}