C/test/alert.c
2025-02-03 08:38:52 +03:00

6 lines
76 B
C

#include <stdio.h>
int main(void) {
printf("Alert!\a");
return 0;
}