Quick actions

cmd+k|ctrl+k

Navigation

Languages

next-odd

Snippet info

Language

Clojure

Visibility

public

Author

nycta

Created

2025-02-26T16:21:15.443554Z

Updated

2025-02-26T16:21:15.443554Z

(let [x (read-string (read-line))]
  (-> x (mod 2) (+ x) inc prn))
INFO