Skip to content

Commit 52c4936

Browse files
committed
Day 25.
1 parent d419b06 commit 52c4936

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

day-25.ts

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
import { Expect, Equal } from "./test";
2+
3+
/**
4+
* **YOU DID IT!**
5+
*
6+
* Hey everyone! I just wanted to say thank you for participating in the very first Advent of Typescript. Your interest and enthusiasm meant a lot and made this whole experience awesome. We rushed to make this available to you in two weeks(😲) so expect next year to be even better!
7+
*
8+
* If you truly enjoyed the experience please consider following us on twitter because we have plenty of new things lined up for all you TypeScript addicts in 2024.
9+
*
10+
* We will also be opening up the challenges for you to share what you came up with as well as us posting our official solutions to the more extreme ones so be sure to star the repository!
11+
*
12+
* **🥁 CREDITS! 🥁**
13+
*
14+
* Frontend Masters for partnering with us. Truly one of the best places to learn TS.
15+
*
16+
* The amazing prompt writer @dimitropoulos
17+
*
18+
* Challenges by @bautistaaa and @ecyrbe
19+
*
20+
* @mattpocockuk for the review and support!
21+
*
22+
* @webdevcody for the great YT video on our platform!
23+
*
24+
* @hacksore @PickleNik @QuiiBz @jhechtf @ggrandi @ayrock-dev @maxdemaio @aadamw @zaCKoZAck0 @odicho @basokant @anthonyshew @is-it-ayush and to the rest of the contributors. I am forever grateful for what we have accomplished together.
25+
*
26+
* More great things to come! 🚀
27+
*/
28+
29+
// *************************************************************************************
30+
// *** Tests ***
31+
// *************************************************************************************
32+
33+
type ThankYouSoMuch = Expect<Equal<true, true>>;

0 commit comments

Comments
 (0)