Created
December 16, 2015 19:30
-
-
Save cskeeters/6e647962e5472f343246 to your computer and use it in GitHub Desktop.
Script to test the PC speaker
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
import java.awt.*; | |
public class Beep | |
{ | |
public static void main(String[] argv) { | |
java.awt.Toolkit.getDefaultToolkit().beep(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment