10 lines
70 B
Go
10 lines
70 B
Go
package main
|
|
|
|
import (
|
|
"reaction/app"
|
|
)
|
|
|
|
func main() {
|
|
app.Main()
|
|
}
|