Skip to main content
added 19 characters in body
Source Link
totallyhuman
  • 17.4k
  • 3
  • 34
  • 89

,,,, 2 bytes

1∑ 

Explanation

1∑ 1 push 1 ∑ pop everything and push the sum of the stack 

,,,, 2 bytes

1∑ 

Explanation

1∑ 1 push 1 ∑ push the sum of the stack 

,,,, 2 bytes

1∑ 

Explanation

1∑ 1 push 1 ∑ pop everything and push the sum of the stack 
deleted 57 characters in body
Source Link
totallyhuman
  • 17.4k
  • 3
  • 34
  • 89

,,,, 42 bytes

0 1∑ 

Explanation

0 1∑ 0 push 0  space for delimiter  1 push 1   ∑ push the sum of the stack 

,,,, 4 bytes

0 1∑ 

Explanation

0 1∑ 0 push 0  space for delimiter  1 push 1   ∑ push the sum of the stack 

,,,, 2 bytes

1∑ 

Explanation

1∑ 1 push 1 ∑ push the sum of the stack 
Source Link
totallyhuman
  • 17.4k
  • 3
  • 34
  • 89

,,,, 4 bytes

0 1∑ 

Explanation

0 1∑ 0 push 0 space for delimiter 1 push 1 ∑ push the sum of the stack