Sha256: 4dde469244e10f0c1dd41199f245d6d3a1c1d2360c6ed56b167cc2dc64854165
Contents?: true
Size: 299 Bytes
Versions: 11
Compression:
Stored size: 299 Bytes
Contents
difficulty 2 description "Your project's deadline approaches, you should evaluate how many TODOs are left in your code" setup do init_from_level end solution do request("How many items are there in your todolist?") == "4" end hint do puts "You want to research the `git grep` command." end
Version data entries
11 entries across 11 versions & 2 rubygems