Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 248 Bytes

File metadata and controls

12 lines (6 loc) · 248 Bytes

CLI-Todo-App-Go

go run ./ -add "menambah list"

go run ./ -edit "1: edit index 1"

go run ./ -list => tampilkan todo list

go run ./ -toggle 2 => ceklis index ke 2

go run ./ -del 2 => delete index ke 2