just 1.22.1

🤖 Just a command runner
Documentation
use super::*;

pub fn compile(text: &str) {
  let _ = testing::compile(text);
}