diff --git a/c3lsp.json b/c3lsp.json new file mode 100644 index 0000000..d4c524b --- /dev/null +++ b/c3lsp.json @@ -0,0 +1,5 @@ +{ + "c3c-path": "/home/coder/bin/c3/c3c", + "stdlib-path": "/home/coder/bin/c3/lib/std", + "diagnostics-delay": 500 +} diff --git a/helloworld/helloworld b/helloworld/helloworld new file mode 100755 index 0000000..3b49e01 Binary files /dev/null and b/helloworld/helloworld differ diff --git a/helloworld2/hello.c3 b/helloworld2/hello.c3 index 1535604..785e0c6 100644 --- a/helloworld2/hello.c3 +++ b/helloworld2/hello.c3 @@ -7,4 +7,4 @@ fn int main(String[] args) io::printn("Hello, World!"); return 0; -} \ No newline at end of file +}