From 8e9dfdbabe0f721e64fd39baa3a0f388c81b65ad Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 13 Aug 2025 02:06:59 +0900 Subject: feat: add 2 example files --- examples/hello.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/hello.c (limited to 'examples/hello.c') diff --git a/examples/hello.c b/examples/hello.c new file mode 100644 index 0000000..5dce624 --- /dev/null +++ b/examples/hello.c @@ -0,0 +1,5 @@ +int printf(const char*, ...); + +int main() { + printf("Hello, World!\n"); +} -- cgit v1.2.3-70-g09d2