mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-12-19 18:05:02 -07:00
9 lines
124 B
Go
9 lines
124 B
Go
|
package main
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
// Placeholder for the real code
|
||
|
func main() {
|
||
|
fmt.Println("Late but latest -- Rajinikanth")
|
||
|
}
|