Initial commit

This commit is contained in:
github-classroom[bot] 2024-10-29 16:13:37 +00:00 committed by GitHub
commit 595820961e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 4921 additions and 0 deletions

9
Mosaic/TilePattern.cs Normal file
View file

@ -0,0 +1,9 @@
namespace Mosaic;
/// <summary>
/// Represents a mosaic consisting of several tiles.
/// </summary>
public class TilePattern
{
// TODO
}