Skip to content

Commit

Permalink
Added runner go file for external use.
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Wulff committed Nov 29, 2024
1 parent 3c788aa commit af87f76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go → runner.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package main
package aoc

import (
"fmt"

"github.com/igorwulff/aoc/internal"
internal "github.com/igorwulff/aoc/internal"
)

func main() {
func Run() {
args := internal.ProcessArgs()

plugin := internal.PluginProcessor{Args: args}
Expand Down

0 comments on commit af87f76

Please sign in to comment.