Files
go-electron-test/main.go
2024-04-23 12:54:43 +02:00

8 lines
68 B
Go

package main
import . "fmt"
func main() {
Println("I'm here!")
}