#ascii-art #fun #console #terminal

bin+lib smileypyramid

创建由笑脸组成的金字塔

2 个稳定版本

使用旧的 Rust 2015

1.0.1 2018年5月19日

#42 in #ascii-art

29 个月下载量

GPL-3.0 许可证

15KB
75 行代码

笑脸金字塔

输出笑脸金字塔。

$ ./smileypyramid 18
)
:)
:-)
:):)
:-):)
:-):-)
:-):):)
:):):):)
:-):-):-)
:-):):-):)
:-):):):):)
:):):):):):)
:-):-):):-):)
:):):):):):):)
:-):):-):):-):)
:):):):):):):):)
:-):):):):):):):)
:-):-):-):-):-):-)

Rust 版本

使用 cargo 构建 和 安装。

C++ 版本

安装

使用 sakemakeqmake 构建。

Linux

使用以下命令安装

install -Dm755 smileypyramid /usr/bin/smileypyramid

BSD 或 macOS

使用 sakemakeqmake 构建。

使用以下命令安装

install -d /usr/local/bin
install -m755 smileypyramid /usr/local/bin/smileypyramid

需求

如果 docopt 未安装在 /usr/include/usr/bin,您可能需要编辑 Makefile 或编辑 smileypyramid.pro,然后使用 qmake 生成新的 makefile。

一般信息

  • 版本: 1.0
  • 许可证: GPL2
  • 作者: Alexander F Rødseth

依赖项

~3.5–5MB
~93K SLoC