Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • \$\begingroup\$ Could a submission be an anonymous function which outputs the nth fibonacci number when its body is repeated n times? Like if (a,b)=>a outputted 1, (a,b)=>a(a,b)=>a outputted 2, etc. would that be okay? Or should it be a full program \$\endgroup\$ Commented Aug 22, 2023 at 19:25
  • 3
    \$\begingroup\$ @noodleman that would be OK if any repeat of the string creates a single function that takes no input \$\endgroup\$ Commented Aug 22, 2023 at 19:30
  • \$\begingroup\$ May the program return the result by exit code? \$\endgroup\$ Commented Aug 23, 2023 at 8:16
  • 1
    \$\begingroup\$ @Arnauld Yes, you can use any standard output method as long as you output exactly one unambiguous value \$\endgroup\$ Commented Aug 23, 2023 at 8:17
  • \$\begingroup\$ Great challenge \$\endgroup\$ Commented Aug 24, 2023 at 3:27