Skip to content

Commit e3916b1

Browse files
authored
Merge pull request mayankgb2#19 from jyothiprakashpanaik/patch-2
Added beep_sound generator in java
2 parents 5330b68 + 78d721b commit e3916b1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Beep_sound.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#https://www.facebook.com/jyothiprakash.patnaikuni/posts/107593291135289
2+
# subscribed by jyothiprakash patnaik
3+
import java.awt.*;
4+
public class Beep_sound {
5+
6+
public static void main(String[] args) {
7+
Toolkit.getDefaultToolkit().beep();
8+
}
9+
}

0 commit comments

Comments
 (0)