Files
p2p-rendering-computation/generate/testcaseAST.go

9 lines
79 B
Go

package generate
import (
"fmt"
)
func TestCaseAST() {
fmt.Println("lol")
}