mirror of
https://codeberg.org/scip/io-exporter.git
synced 2025-12-16 12:01:00 +01:00
Co-authored-by: Thomas von Dein <tom@vondein.org> Reviewed-on: https://codeberg.org/scip/io-exporter/pulls/1
8 lines
85 B
Go
8 lines
85 B
Go
package main
|
|
|
|
import "codeberg.org/scip/io-exporter/cmd"
|
|
|
|
func main() {
|
|
cmd.Run()
|
|
}
|