🚸 Fill out cmd
This commit is contained in:
parent
932e8e2f11
commit
ac16a3f167
1 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue