People download images with watermarks instead of writing this.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。

5 行
104B

  1. #!/bin/sh
  2. cc -o ascii ascii.c && ./ascii > table
  3. cc -DRAW -o ascii ascii.c && ./ascii > raw
  4. rm -f ascii