8 lines
78 B
Go
Raw Normal View History

2025-02-15 06:29:03 +03:00
package magitrickle
import "fmt"
func main() {
fmt.Println("dummy file")
}