make it so

This commit is contained in:
2017-10-10 16:30:00 +02:00
commit 36a526a95b
5 changed files with 59 additions and 0 deletions

11
main.c Normal file
View File

@@ -0,0 +1,11 @@
#include "morse.h"
int main() {
dit();
dah();
dit();
dit();
dah();
dit();
return 0;
}