Skip to content

developomp/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playground

This is developomp's vscode-based coding playground.

The playground is used to...

  • quickly test and benchmark snippets of code
  • solve algorithm problems

Setting up

Setup the following:

You can check other dev tools I use and more over here.

Usage

Simply call just recipes using the just command runner CLI.

Examples:

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