Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

link to husk github and new link to tio
Source Link
Natte
  • 1.1k
  • 5
  • 9

HuskHusk , 4 bytes

Σṁdḣ

Try it online! Try it online!

  • makes a range from 1 to input
  • ṁd flatmap digits
  • Σ sum

Husk 4

Σṁdḣ

Try it online!

  • makes a range from 1 to input
  • ṁd flatmap digits
  • Σ sum

Husk , 4 bytes

Σṁdḣ

Try it online!

  • makes a range from 1 to input
  • ṁd flatmap digits
  • Σ sum
Source Link
Natte
  • 1.1k
  • 5
  • 9

Husk 4

Σṁdḣ

Try it online!

  • makes a range from 1 to input
  • ṁd flatmap digits
  • Σ sum

AltStyle によって変換されたページ (->オリジナル) /