Sep 09, 2024
Why to do things like this?
This is the first post of my blog
name=caio
echo $name
for count in $(seq 0 10); do
echo $count
done
This script is amazing, lets try another language:
local test = vim.lsp.api(server)
Sep 09, 2024
This is the first post of my blog
name=caio
echo $name
for count in $(seq 0 10); do
echo $count
done
This script is amazing, lets try another language:
local test = vim.lsp.api(server)