reaction/main.go
2023-03-25 18:16:29 +01:00

10 lines
80 B
Go

package main
import (
"reaction/reaction"
)
func main() {
reaction.Main()
}