Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

9 lines
109 B
C

#include <msh3.h>
int main()
{
MSH3_API* api = MsH3ApiOpen();
if (api)
MsH3ApiClose(api);
}