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

Commonmark migration
Source Link

Braingolf, 1 byte

l

Try it online!

Prints 0 (the current length of the stack)

Braingolf, 2 byte

4*

Prints 16. 4 can be replaced by any number n where 3 < n < 10

###Explanation:

Explanation:

4*
4 Pushes 4 to the stack
 * Monadic multiplication, squares the last item on the stack
 Implicit output of the last item on the stack

Braingolf, 1 byte

l

Try it online!

Prints 0 (the current length of the stack)

Braingolf, 2 byte

4*

Prints 16. 4 can be replaced by any number n where 3 < n < 10

###Explanation:

4*
4 Pushes 4 to the stack
 * Monadic multiplication, squares the last item on the stack
 Implicit output of the last item on the stack

Braingolf, 1 byte

l

Try it online!

Prints 0 (the current length of the stack)

Braingolf, 2 byte

4*

Prints 16. 4 can be replaced by any number n where 3 < n < 10

Explanation:

4*
4 Pushes 4 to the stack
 * Monadic multiplication, squares the last item on the stack
 Implicit output of the last item on the stack
added 330 characters in body
Source Link
Mayube
  • 11.8k
  • 3
  • 50
  • 93

Braingolf, 1 byte

l

Try it online!

Prints 0 (the current length of the stack)

Braingolf , 2 byte

4*

Prints 16. 4 can be replaced by any number n where 3 < n < 10

###Explanation:

4*
4 Pushes 4 to the stack
 * Monadic multiplication, squares the last item on the stack
 Implicit output of the last item on the stack

Braingolf, 1 byte

l

Try it online!

Prints 0 (the current length of the stack)

Braingolf, 1 byte

l

Try it online!

Prints 0 (the current length of the stack)

Braingolf , 2 byte

4*

Prints 16. 4 can be replaced by any number n where 3 < n < 10

###Explanation:

4*
4 Pushes 4 to the stack
 * Monadic multiplication, squares the last item on the stack
 Implicit output of the last item on the stack
Source Link
Mayube
  • 11.8k
  • 3
  • 50
  • 93

Braingolf, 1 byte

l

Try it online!

Prints 0 (the current length of the stack)

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