Алексей Бадяев ec6351ec91
Some checks failed
drawio-exporter/pipeline/head There was a failure building this commit
Создан каркас проекта и система сборки.
2023-04-04 19:46:25 +07:00

8 lines
77 B
Go

package main
import "fmt"
func main() {
fmt.Println("Draw.io Exporter")
}