os.go 101 B

1234567
  1. package main
  2. import "github.com/goinfinite/os/src/presentation/cli"
  3. func main() {
  4. cli.CliInit()
  5. }