#prints #ascii-art #dfinity #logo

app dfinity-logo

Small program that prints the dfinity logo as ascii-art

1 unstable release

0.1.0 Aug 10, 2022

#47 in #prints

Apache-2.0

295KB

dfinity-logo

A fun little program that prints the dfinity-logo as ascii-art. Copied from dfinity/sdk.

How to use

First you must build the rust program:

$ cargo build --release

The binary is located in dfinity-logo/target/release/. Copy dfinity-logo to somewhere in your path and run it with:

$ dfinity-logo

I put this at the top of my .zshrc to display when opening new terminal sessions.

Dependencies