🚸 Fill out cmd

This commit is contained in:
Dan Jones 2024-12-09 12:35:54 -06:00
commit ac16a3f167

View file

@ -29,8 +29,12 @@ func main() {
blocks, err := defrag.Blocks(input)
handleErr(err)
err = defrag.Defrag(blocks)
handleErr(err)
fmt.Println("From this")
fmt.Printf("%s\n", input)
fmt.Println("@TODO")
fmt.Println("Got this")
fmt.Printf("%s\n", blocks)
}