Files
netrunner/main.go
T

12 lines
200 B
Go

// Copyright (C) 2025, Lux Industries Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package main
import (
"github.com/luxfi/netrunner/cmd"
)
func main() {
cmd.Execute()
}