Delete old files. Refactor experiments

This commit is contained in:
Yura Dupyn 2026-04-25 16:53:38 +02:00
parent 321e7aa4de
commit ef1d81f597
6 changed files with 22 additions and 21 deletions

View file

@ -1 +1,3 @@
import './languages/lisp/experiments';
import { runExperiments as runLispExperiments } from './languages/lisp/experiments';
runLispExperiments();