Help language development. Donate to The Perl Foundation

Format::Lisp zef:raku-community-modules last updated on 2022-03-09

t/00-classes.t
use v6;

use Test;
use Format::Lisp;

plan 1;

ok Format::Lisp.new;

done-testing;

# vim: ft=perl6