all repos — hex @ c3694190df9d08718e89d0be239160b781d381d0

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Added logo to REPL.
h3rald h3rald@h3rald.com
Mon, 25 Nov 2024 06:57:25 +0000
commit

c3694190df9d08718e89d0be239160b781d381d0

parent

882efeefc12d9c6a1fc27d3508184cafa7f774c0

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M hex.chex.c

@@ -3601,7 +3601,10 @@ void hex_repl()

{ char line[1024]; - printf("hex v%s. Press Ctrl+C to exit.\n", HEX_VERSION); + printf(" ~*\n"); + printf(" /‾\\hex\\`*\n"); + printf(".*\\_/_/_/ v%s\n", HEX_VERSION); + printf(" *‘ Press Ctrl+C to exit.\n"); while (1) {