From cc5ca2e8c8fa3cf2e60321fdb0cb4ddb66551ff2 Mon Sep 17 00:00:00 2001 From: bh Date: Wed, 12 Nov 2025 23:57:20 +0800 Subject: Initial Commit --- lua/plugins/test.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lua/plugins/test.c (limited to 'lua/plugins/test.c') diff --git a/lua/plugins/test.c b/lua/plugins/test.c new file mode 100644 index 0000000..57028aa --- /dev/null +++ b/lua/plugins/test.c @@ -0,0 +1,12 @@ +#include + +int main() +{ + int x = 5; + printf("Hello World!\n"); + + while(1){ + printf("Hello World!\n"); + } + +} -- cgit v1.2.3