Skip to content

Instantly share code, notes, and snippets.

View CollinAlpert's full-sized avatar
🤓
It's not a bug, it's a feature.

Collin Alpert CollinAlpert

🤓
It's not a bug, it's a feature.
View GitHub Profile
@CollinAlpert
CollinAlpert / Bingo.cs
Last active May 28, 2024 19:06
Bingo-Generator
using QuestPDF.Fluent;
using QuestPDF.Helpers;
using QuestPDF.Infrastructure;
namespace Test;
internal static class Bingo
{
private const int GridSize = 5;
private const int GridMiddle = GridSize / 2;