10 lines
97 B
C++
10 lines
97 B
C++
#include <cstdio>
|
|
|
|
extern "C" {
|
|
|
|
int ecgsyn() {
|
|
std::printf("hello world\n");
|
|
return 69;
|
|
}
|
|
}
|