Rust

Wanted to play with Rust so installed via the pamac GUI. Successfully wrote simple Hello World program. Then autocomplete stopped working. I would type pr and it would only suggest print and not println! Tried a few more project type things and it reported rustup wasn’t available, so back to pamac to install that. Anyway …

Go!

Created simple “Hello World” program in go…golang. Normally this is the most boring thing you can start with, but something simple was good to just make sure your go directory structure (workspace) is working.