Skip to content

Commit

Permalink
add: ascii art (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-a-v-i-n authored Jul 3, 2022
1 parent 42ce9a5 commit 83dc97e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/Bibos.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
// SPDX-License-Identifier: Unlicense
pragma solidity 0.8.13;

/* solhint-disable */
// -╖╖╖╖╖╖╖╖╖╖╖»─ ─┬╖╖╖╖─~ -╖╖╖╖╖╖╖╖╖╖╖»─ -╖╖╖╖╖╖╖╖╖╖»─ ~─╖╖╖╖╖╖╖╖╖╖╖~
// ███ `███ ███▌ ███ `███ ┌▓██^ █ ╙██╗ á███^ ╔██
// █B█ ███▌ █I█Γ █B█ ███▌ █O█ █ ███▄ █S█▌ ███
// ███ ╒███ ███Γ ███ ╒███ ███ █ ███ ▀██▓ ██
// ███ á██▀ ███Γ ███ #██╜ ╞███ █ ███ `███▄ '█╕
// ███▄▓██▄ ███Γ ███▄▓██▄ ╞██▌ █ ███ ╙██╗ `
// ███ "██▌ ███Γ ███ "██▌ '██▌ █' ███ ,╗█" ▀██w
// ▓███ ▓██ ████ ▓███ ███ ███ █ ┌██ ██ ███▓
// ███ ▐███ ^╙███ └███ ╞███ ██╕ ╫ ██▌ ██ ███
// █B█ â██▌ I▐█ █B█ ║██▌ █O┐ ║ █▀ ██ █S█
// ███ #██` ╓▓█ ███ #██` └█▌ ║ ╣█ ║█ε ╒███
// ╔██▓╗╗@▀╝^ "╙██┐ á██▓╗╗@▀╨^ `▀██ '█╗ ,Æ██`
// "▀≥»- ╞ ^╙▀▀╜"
/* solhint-enable */

import {ERC721} from "solmate/tokens/ERC721.sol";
import {Render} from "./libraries/Render.sol";

Expand Down

0 comments on commit 83dc97e

Please sign in to comment.