initial release

This commit is contained in:
randogoth 2025-02-02 00:13:39 +02:00
commit 23cbff14b7
12 changed files with 251 additions and 0 deletions

View file

@ -0,0 +1,6 @@
// TODO: Put public facing types in this file.
/// Checks if you are awesome. Spoiler: you are.
class Awesome {
bool get isAwesome => true;
}