#05AB1E, score: 282 (251 bytes)
05AB1E, score: 282 (251 bytes)
0>>>0>>>>>>>>>0>0>>>0>>>>>>>>0>>>>>0>>>0 0>>>>>>0>>>>>>>>0>>>>>>>>0>>>>0>>>>>>>0>>0 0>>>>>>>0>>>0 0>>>>>0>>>>>>>>>0>>0>>>0>0>>>>>>0 0>>>>>>>J 0>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>B Five characters used: 0> JB
Explanation:
- First we construct the number
39138530688472073059231607. We do this per digit, by pushing a0and increasing it by 1 per>, after which the entire stack of digits is joined together withJ. - Then it pushes another
0with 107>s to get the number107. - After which it will convert
39138530688472073059231607to base-107 withB, which is"Hello, World!".