statistics.racket: import

This commit is contained in:
2026-03-14 07:28:30 +01:00
parent ca469fff65
commit 0d64c4dfb3
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = [ pkgs.racket ];
}