Automated update

This commit is contained in:
klein panic
2024-11-27 10:13:20 -05:00
parent 8e62ae505f
commit c15409e848
45 changed files with 5507 additions and 109 deletions

View File

@@ -0,0 +1,6 @@
function c()
nn('<c-n>', ":w<cr>:!gcc '%' -o '%:r' -lm -O3 && ./'%:r'<cr>")
nn('<c-p>', ":w<cr>:make<cr>")
end
c()