erigon-pulse/cmd/semantics/main.go
ledgerwatch f210116e65
Semantics: Integrate Z3 into the build (#370)
* Just files

* Fix lint

* First attempt at linking

* More semantics

* Add more arguments

* Added z3 dependency

* Added integration with z3

* Try to fix build

* Add m library

* Try to fix ints

* Separate init/destroy, create sorts
2020-03-06 08:54:21 +00:00

9 lines
89 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Printf("Hello, semantics!\n")
}