First commit

This commit is contained in:
2026-06-20 06:36:50 -05:00
parent becf978b9d
commit 35eac6530c
3 changed files with 722 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ runs:
steps:
- name: "Install CrossLang Package "
shell: bash
run: |
if command -v crosslang >/dev/null 2>&1; then
echo "CrossLang Already Installed"