<?php

use phake\Application;

group('example', function() {
    desc('Run the example program basic');
    task('basic', function() {
        system('php example/basic_example.php');
    });
});
