mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-09 14:08:03 -05:00
8 lines
78 B
Go
8 lines
78 B
Go
package main
|
|
|
|
import "scroll-tech/prover/cmd/app"
|
|
|
|
func main() {
|
|
app.Run()
|
|
}
|