aboutsummaryrefslogtreecommitdiff
path: root/cmd/kiiro/main.go
blob: f94810b9239f022c78a30879d0f2398c3b058569 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) 2026 Arslaan Pathan
// This software is licensed under the ARPL. See LICENSE for details.

package main

import (
	"fmt"
)

func main() {
	fmt.Println("kiiro")
}