From ed47a54958f5bd48dc364d4a0f77f778768696bb Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 5 Jun 2023 10:28:57 +0200 Subject: strlits --- test/hello.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/hello.c (limited to 'test/hello.c') diff --git a/test/hello.c b/test/hello.c new file mode 100644 index 0000000..98a93a0 --- /dev/null +++ b/test/hello.c @@ -0,0 +1,5 @@ +int printf(const char *, ...); + +int main() { + printf("hello world\n"); +} -- cgit v1.2.3