#include <stdlib.h> #include <stdio.h> int main (void) { char beep = '\007'; printf("%c", beep); return EXIT_SUCCESS; }
No comments:
Post a Comment