2025-01-19 23:26:25 -06:00

11 lines
109 B
C++

#include "sh7091/serial.hpp"
void main()
{
serial::init(0);
serial::string("hello\n");
while (1);
}