pomp's vscode-based coding playground
.vscode | ||
asm | ||
c | ||
cpp | ||
go | ||
js | ||
latex | ||
py | ||
rust | ||
.envrc | ||
.gitignore | ||
devenv.lock | ||
devenv.nix | ||
devenv.yaml | ||
input.txt | ||
justfile | ||
LICENSE | ||
README.md |
Playground
This is my coding playground for...
- quickly testing and benchmarking snippets of code
- solving algorithm problems
- playing with new tech without having to create and configure a new project
Sister projects
Setting up
Usage
Run just recipes:
just run-go # automatically build go code before running it and pass arguments from input.txt
just bench-asm # automatically build and benchmark program from x86_64 assembly using yasm and hyperfine