Files
netrunner/main.go
T
2025-07-17 16:56:43 -05:00

12 lines
200 B
Go

// Copyright (C) 2024, 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()
}