Skip to content

Commit

Permalink
Add usage comment
Browse files Browse the repository at this point in the history
  • Loading branch information
narze committed Jul 12, 2021
1 parent 82f47c1 commit 05f24dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JavaScript/narze.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
// Usage `node JavaScript/narze.js`, or run in browser console.

console.log([...new Set("Coffee".split(''))].join('').replace("f", "d"))
2 changes: 2 additions & 0 deletions Ruby/narze.rb
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Usage : ruby Ruby/narze.rb

puts "Coffee".tr(?f,?d).chars.uniq*""

0 comments on commit 05f24dc

Please sign in to comment.