/* Sounds speaker */

#define MAIN
#include <wesson.h>

void main(void)
{
		sound(100, 9);
		sound(1000, 18);
}

