Skip to content

Instantly share code, notes, and snippets.

View momento-potsi's full-sized avatar
😪
Inactive (occasional)

Tosin Daudu momento-potsi

😪
Inactive (occasional)
View GitHub Profile
@nikonthethird
nikonthethird / Minesweeper.ps1
Last active July 20, 2024 19:28
PowerShell Minesweeper
#Requires -Version 5.1
Using Assembly PresentationCore
Using Assembly PresentationFramework
Using Assembly WindowsBase
Using Namespace System.Collections.Generic
Using Namespace System.Collections.ObjectModel
Using Namespace System.Globalization
Using Namespace System.Reflection
Using Namespace System.Windows