5 lines
65 B
C++
5 lines
65 B
C++
#include <libedbg/libedbg.hpp>
|
|
|
|
int main() {
|
|
edbg::hello();
|
|
} |