SDRPlusPlus/src/main.cpp

6 wiersze
77 B
C++
Czysty Zwykły widok Historia

2020-09-19 10:48:34 +00:00
#include <core.h>
2020-06-10 02:13:56 +00:00
#include <stdio.h>
2020-08-16 01:39:05 +00:00
2020-06-10 02:13:56 +00:00
int main() {
2020-09-19 10:48:34 +00:00
return sdrpp_main();
2020-06-10 02:13:56 +00:00
}