Move all code in subpackage.

This commit is contained in:
ppom 2023-03-25 18:14:44 +01:00
parent 95f90e8fce
commit 6315dd2785
3 changed files with 9 additions and 0 deletions

9
main.go Normal file
View File

@ -0,0 +1,9 @@
package main
import (
"reaction/reaction"
)
func main() {
reaction.Main()
}