mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 21:17:16 +00:00
56700620b2
* added extension * added api * lint * more lint * better response * added README.md * README Fixed * README updated * fixed lint
10 lines
84 B
Go
10 lines
84 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
func main() {
|
|
fmt.Printf("Hello, semantics!\n")
|
|
}
|