pomp's vscode-based coding playground
Find a file
2024-04-26 22:01:44 +09:00
.vscode chore: update vscode workspace settings 2024-04-26 22:01:44 +09:00
asm chore: initial commit 2024-04-26 20:35:15 +09:00
c chore: initial commit 2024-04-26 20:35:15 +09:00
cpp chore: initial commit 2024-04-26 20:35:15 +09:00
go chore: initial commit 2024-04-26 20:35:15 +09:00
js chore: initial commit 2024-04-26 20:35:15 +09:00
latex feat: add latex playground 2024-04-26 22:01:05 +09:00
py chore: initial commit 2024-04-26 20:35:15 +09:00
rust chore: initial commit 2024-04-26 20:35:15 +09:00
.gitignore chore: initial commit 2024-04-26 20:35:15 +09:00
input.txt chore: initial commit 2024-04-26 20:35:15 +09:00
justfile feat: add latex playground 2024-04-26 22:01:05 +09:00
README.md chore: initial commit 2024-04-26 20:35:15 +09:00

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