use v6;
=pod
This is a test file. Whee!
=cut
say "1..2";
say "ok 1 # Welcome to Pugs!";
sub cool { fine($_) ~ " # We've got " ~ toys }
sub fine { "ok " ~ $_ }
sub toys { "fun and games!" }
say cool 2 # and that's it, folks!
Other stuffs I've finished today:
From tomorrow on I'll shift my focus at more documentation and testing stuff, including the first Apocrypha on "how to start hacking Pugs". Also the semester is starting, so it means Bestian won't be able to help hacking it as much as he did; I've also got $real_paying_work to do, so the development speed is expected to slow down a bit.
However little I did, though, I'll try keeping this daily blogging going on as long as possible, as I genuinely believe that this kind of communication is an effective way to push things forward.
great journal (Score:1)
Re:great journal (Score:1)
autrijus++ (Score:1)