mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 08:34:42 +08:00
8 lines
102 B
C++
8 lines
102 B
C++
#include <iostream>
|
|
|
|
extern "C" void function1() {
|
|
|
|
std::cout << "Hello, world!" << std::endl;
|
|
}
|
|
|