This website requires JavaScript.
Explore
Help
Sign In
bit
/
taskman_atf
Watch
26
Star
0
Fork
You've already forked taskman_atf
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
9d1ce93abc
taskman_atf
/
atf.php
8 lines
83 B
PHP
Raw
Blame
History
<
?
php
namespace
taskman
;
task
(
'test'
,
function
()
{
echo
"
\n
Hello world
\n
"
;
});
Reference in New Issue
View Git Blame
Copy Permalink