Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit e0e1d42

Browse files
committed
test(targets): add hello.c
1 parent d71c6ec commit e0e1d42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

targets/hello.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#include <stdio.h>
2+
3+
int main() {
4+
printf("Hello, world!\n");
5+
return 0;
6+
}

0 commit comments

Comments
 (0)