2 stable releases
Uses old Rust 2015
1.0.1 | May 19, 2018 |
---|
#42 in #ascii-art
29 downloads per month
15KB
75 lines
Smiley Pyramid
Output a pyramid of smiley faces.
$ ./smileypyramid 18
)
:)
:-)
:):)
:-):)
:-):-)
:-):):)
:):):):)
:-):-):-)
:-):):-):)
:-):):):):)
:):):):):):)
:-):-):):-):)
:):):):):):):)
:-):):-):):-):)
:):):):):):):):)
:-):):):):):):):)
:-):-):-):-):-):-)
Rust version
Build and install with cargo
.
C++ version
Installation
Build with sakemake
or qmake
.
Linux
Install with:
install -Dm755 smileypyramid /usr/bin/smileypyramid
BSD or macOS
Build with sakemake
or qmake
.
Install with:
install -d /usr/local/bin
install -m755 smileypyramid /usr/local/bin/smileypyramid
Requirements
- docopt
- Project page: docopt.cpp
- Arch Linux package:
docopt
- AUR package:
docopt.cpp-git
- Debian package:
libdocopt-dev
If docopt
is not installed in /usr/include
and /usr/bin
you might need to either edit the Makefile
or edit smileypyramid.pro
and then generate a new makefile with qmake
.
General info
- Version: 1.0
- License: GPL2
- Author: Alexander F Rødseth
Dependencies
~3.5–5MB
~93K SLoC