1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:27:34 +00:00

Serendipity: A new welcome app

Provides the basic Help+ReadMe care package to new users and some
interesting tips to get started. Feel free to add more!
This commit is contained in:
thankyouverycool 2021-03-01 14:58:58 -05:00 committed by Andreas Kling
parent 0443cd4eed
commit 71a123148a
11 changed files with 457 additions and 0 deletions

View file

@ -17,6 +17,7 @@ add_subdirectory(Piano)
add_subdirectory(PixelPaint)
add_subdirectory(QuickShow)
add_subdirectory(Run)
add_subdirectory(Serendipity)
add_subdirectory(SoundPlayer)
add_subdirectory(SpaceAnalyzer)
add_subdirectory(Spreadsheet)