From 5a8dbc6347b3541e84fe669b22c17ad3b715e258 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 20:22:09 +0100 Subject: Engage! --- samples/lsp.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 samples/lsp.c (limited to 'samples/lsp.c') diff --git a/samples/lsp.c b/samples/lsp.c new file mode 100644 index 0000000..a2ba13d --- /dev/null +++ b/samples/lsp.c @@ -0,0 +1,7 @@ +#include + +int main() { + int x = "not an integer"; + printf("Hello\n"); + return 0 +} \ No newline at end of file -- cgit v1.2.3