Sha256: 1c661e972c34848b270e8b25168b0a6220f7056764b87beae73559b0cc72cf01
Contents?: true
Size: 251 Bytes
Versions: 5
Compression:
Stored size: 251 Bytes
Contents
(ns robot-name) (defn robot [] ;; <- arglist goes here ;; your code goes here ) (defn robot-name [robot] ;; <- arglist goes here ;; your code goes here ) (defn reset-name [robot] ;; <- arglist goes here ;; your code goes here )
Version data entries
5 entries across 5 versions & 1 rubygems