kandr

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 68cd61de0e2d5bfb3f46d6c3a00cf29320ad2d56
parent 7872a1aeb8436fcb048db7768f32ef423b05e53b
Author: phoebos <ben@bvnf.space>
Date:   Mon, 21 Jun 2021 11:34:51 +0100

1-14: nice unicode block

Diffstat:
M1.6.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/1.6.c b/1.6.c @@ -35,7 +35,7 @@ int main (int argc, char *argv[]) { // side axis printf("%4d |", i); for (int j = 0; j < NASCII; ++j) - printf("%s", i <= ascii[j] ? "*" : " "); + printf("%s", i <= ascii[j] ? "\u2588" : " "); printf("\n"); } // bottom axis