playground/README.md

716 B

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