Skip to content

Latest commit

 

History

History

5-without-numbers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
  • Completed at: 2023-04-12T23:10:33.542Z

  • Completed languages: javascript

  • Tags: Restricted, Fundamentals, Puzzles

  • Rank: 8 kyu

Description

Write a function that always returns 5

Sounds easy right? Just bear in mind that you can't use any of the following characters: 0123456789*+-/

Good luck :)