# Acme::Truth ## Synopsis 一个用于演示的 Perl 6 模块 ## Usage ```perl6 use Acme::Truth; say $answer; # OUTPUT: 42 ```