Add taskfile

This commit is contained in:
2025-11-24 16:14:10 +03:00
parent cce9258230
commit d42a17e98e
2 changed files with 13 additions and 1 deletions

5
Taskfile.yaml Normal file
View File

@@ -0,0 +1,5 @@
version: "3"
tasks:
hello:
cmd: echo "Hello!!!"