Skip to content

Commit

Permalink
add: ZestAlgo.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cheung4843 committed Mar 10, 2024
1 parent 414bb06 commit 6ca48da
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tools/ZestAlgo.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#include <iostream>

using namespace std;

int main() {
cout << "d88888D d88888b .d8888. d888888b .d8b. db d888b .d88b. " << endl;
cout << "YP d8' 88' 88' YP `~~88~~' d8' `8b 88 88' Y8b .8P Y8. " << endl;
cout << " d8' 88ooooo `8bo. 88 88ooo88 88 88 88 88 " << endl;
cout << " d8' 88~~~~~ `Y8b. 88 88~~~88 88 88 ooo 88 88 " << endl;
cout << " d8' db 88. db 8D 88 88 88 88booo. 88. ~8~ `8b d8' " << endl;
cout << "d88888P Y88888P `8888Y' YP YP YP Y88888P Y888P `Y88P' " << endl;

return 0;
}

0 comments on commit 6ca48da

Please sign in to comment.