Navigation Menu

Skip to content

Commit

Permalink
Adicionada URL do problema
Browse files Browse the repository at this point in the history
  • Loading branch information
pbalduino committed Mar 7, 2014
1 parent a330f11 commit 9ccfc37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions 004/clojure/euler004.clj
Expand Up @@ -7,6 +7,8 @@
;
; A palindromic number reads the same both ways. The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 × 99.
; Find the largest palindrome made from the product of two 3-digit numbers.
;
; Source: https://projecteuler.net/problem=4

(defn count-digits [number]
(int (inc (Math/log10 number))))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -11,6 +11,6 @@ Exemplo:
/001/javascript/euler001.js
/001/clojure/euler001.clj

Cada arquivo deve ter um pequeno cabeçalho contendo o enunciado do problema, na íntegra.
Cada arquivo deve ter um pequeno cabeçalho contendo o enunciado do problema na íntegra e a respectiva URL.

Importante: *Nunca suba uma solução que não retorna o resultado correto*.
Importante: *Nunca suba uma solução que não retorne o resultado correto*.

0 comments on commit 9ccfc37

Please sign in to comment.