about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--1.6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/1.6.c b/1.6.c
index 7156561..95b8841 100644
--- 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