denary to binary

This commit is contained in:
2026-05-18 21:15:33 -04:00
parent 32c4035c23
commit da82699a4c
3 changed files with 416 additions and 4 deletions

View File

@@ -1,7 +1,12 @@
{
"permissions": {
"allow": [
"Bash(cd \"C:/Users/earl_/source/repos/CabritsMath/cabrits-math\" && npx next build 2>&1 | tail -80)"
"Bash(cd \"C:/Users/earl_/source/repos/CabritsMath/cabrits-math\" && npx next build 2>&1 | tail -80)",
"Bash(npx tsc *)",
"Bash(echo \"TSC_EXIT=$?\")",
"Bash(npx eslint *)",
"Bash(echo \"LINT_EXIT=$?\")",
"Bash(npx next *)"
]
}
}