#include "src/morse.h" int main() { dit(); dah(); dit(); dit(); dah(); dit(); return 0; }