Initial commit

This commit is contained in:
Nathan McCarty 2024-12-30 11:08:48 +00:00
commit c34c38fc03
5 changed files with 36 additions and 0 deletions

3
bin/iutils Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env raku
use v6.d;
use IUtils::IDEMode;