Files
edbg/tools/edbg.cpp
2025-11-16 17:27:53 -08:00

5 lines
65 B
C++

#include <libedbg/libedbg.hpp>
int main() {
edbg::hello();
}