test3.git


945ea5f | dump by Alexey Melezhik | 2026-09-16 13:33:10
diff --git a/.dsci/task.bash b/.dsci/task.bash
deleted file mode 100644
index 94a141bce8ae1e609eb1f16350b40fd07350738d..0000000000000000000000000000000000000000
--- a/.dsci/task.bash
+++ /dev/null
@@ -1 +0,0 @@
-echo "hello DSCI"
\ No newline at end of file
diff --git a/.dsci/task.raku b/.dsci/task.raku
new file mode 100644
index 0000000000000000000000000000000000000000..83cffc2582c4a95c9e59316d9367d2f36fa08305
--- /dev/null
+++ b/.dsci/task.raku
@@ -0,0 +1,4 @@
+say "hello DSCI";
+
+say config().raku;
+