taskman_atf/atf.php

8 lines
83 B
PHP

<?php
namespace taskman;
task('test', function()
{
echo "\nHello world\n";
});