aboutsummaryrefslogtreecommitdiff
path: root/dc/dc.c
blob: c8558452b1cfd28f3bbc4d452c631737e6500377 (plain)
1
2
3
4
5
6
7
#include <teensy.h>
#include <editor.h>

int main(void)
{
    return editor_main();
}