Browse Source

BAKE'd

master
Emil Williams 3 months ago
parent
commit
c8b6df4edd
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      ascii.c

+ 3
- 1
ascii.c View File

@@ -1,4 +1,6 @@
/* ascii.c - The ASCII Table */
/* ascii.c - The ASCII Table
* @BAKE cc $@ -o $* $+
*/
#include <stdio.h>
#include <uchar.h>