7 lines
117 B
C++
7 lines
117 B
C++
#include "../debug/system.hpp"
|
|
|
|
int main ()
|
|
{
|
|
cruft::debug::init ();
|
|
return *reinterpret_cast<int*> (0x01);
|
|
} |