index
:
QuixoticNeovim.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
config
/
test.c
blob: 514ad150f7266810e8729cd3da342058ea8cef6e (
plain
)
1
2
3
4
5
#include <stdio.h> int add(){ return 5 + 5; }