feat(odin): Ported scan command.

This commit is contained in:
2026-06-12 08:28:58 -04:00
parent 4e1e359076
commit 0a332adfdf
9 changed files with 325 additions and 6 deletions

View File

@@ -5,3 +5,4 @@ import "core:sys/posix"
is_tty :: proc() -> bool {
return bool(posix.isatty(1))
}