Skip to content

Instantly share code, notes, and snippets.

View joselitosn's full-sized avatar

Vinicios R. Portella joselitosn

View GitHub Profile
#include <stdio.h>
#include <windows.h>
int main(int argc, char *argv[]) {
Beep(392, 350); Sleep(100);
Beep(392, 350); Sleep(100);
Beep(392, 350); Sleep(100);
Beep(311.1, 250); Sleep(100);
Beep(466.2, 25); Sleep(100);
Beep(392, 350); Sleep(100);