update
This commit is contained in:
9
ecgsyn.cpp
Normal file
9
ecgsyn.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <cstdio>
|
||||
|
||||
extern "C" {
|
||||
|
||||
int ecgsyn() {
|
||||
std::printf("hello world\n");
|
||||
return 69;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user