diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 20:22:09 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 20:22:09 +0100 |
| commit | 5a8dbc6347b3541e84fe669b22c17ad3b715e258 (patch) | |
| tree | b148c450939688caaaeb4adac6f2faa1eaffe649 /samples/lsp.c | |
| download | qwe-editor-5a8dbc6347b3541e84fe669b22c17ad3b715e258.tar.gz | |
Engage!
Diffstat (limited to 'samples/lsp.c')
| -rw-r--r-- | samples/lsp.c | 7 |
1 files changed, 7 insertions, 0 deletions
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 <stdio.h> + +int main() { + int x = "not an integer"; + printf("Hello\n"); + return 0 +}
\ No newline at end of file |
