Created
February 9, 2023 07:56
-
-
Save MisterKidX/742dbd680056bf91e18229e705ca12b0 to your computer and use it in GitHub Desktop.
Seven Nation Army - Console.Beeps :)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Orioginally by maybe_an_username | |
// https://www.reddit.com/r/PowerShell/comments/q8l24k/some_powershell_beep/ | |
Console.Beep(196, 1200); | |
Console.Beep(196, 300); | |
Console.Beep(220, 400); | |
Console.Beep(196, 400); | |
Console.Beep(174, 300); | |
Console.Beep(155, 1000); | |
Console.Beep(146, 1000); | |
Console.Beep(196, 1000); | |
Console.Beep(196, 300); | |
Console.Beep(220, 400); | |
Console.Beep(196, 400); | |
Console.Beep(174, 300); | |
Console.Beep(155, 400); | |
Console.Beep(174, 300); | |
Console.Beep(155, 400); | |
Console.Beep(146, 1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment