Repositories
ยป
qwe-editor
: Small, opinionated modal text editor in the terminal
Commits
Files
Markers
Readme
License
Download
-- Select Branch --
master
Path:
qwe-editor
/
samples
/ lsp.c (
raw
)
1
#include
<stdio.h>
2
3
int
main() {
4
int
x =
"not an integer"
;
5
printf(
"Hello
\n
"
);
6
return
0
7
}