6 lines
77 B
C++
6 lines
77 B
C++
#include <core.h>
|
|
#include <stdio.h>
|
|
|
|
int main() {
|
|
return sdrpp_main();
|
|
} |