rvddt/examples/freestanding/stand03/main.c

6 lines
35 B
C
Raw Normal View History

2025-02-13 11:12:23 +00:00
int main()
{
return 0x8675309;
}