Ohm, (削除) 33 (削除ここまで) 32 bytes
Uses CP437 encoding.
▀Bn¬i≈╣Ü╝Rb╡°╧S1⁄2uÇ▀
▀4>~H├MS░l╬δ
Try it online! or try without whitespace
Explanation
With whitespace:
▀Bn¬i≈╣Ü╝Rb╡°╧S1⁄2uÇ▀ Main wire
▀Bn¬i≈╣Ü╝Rb╡°╧S1⁄2uÇ▀ Push "Programming Puzzles" (compressed string)
Implicitly output the top stack element
▀4>~H├MS░l╬δ Helper wire (never called)
Without whitespace:
▀Bn¬i≈╣Ü╝Rb╡°╧S1⁄2uÇ▀▀4>~H├MS░l╬δ Main wire
▀Bn¬i≈╣Ü╝Rb╡°╧S1⁄2uÇ▀ Push "Programming Puzzles" (compressed string)
▀4>~H├MS░l╬δ Push "Code Golf" (compressed string)
Implicitly output top stack element
Business Cat
- 9.2k
- 1
- 18
- 37