5 lines
84 B
C++
5 lines
84 B
C++
|
export module xmpp_client.main;
|
||
|
import xmpp_client.library;
|
||
|
|
||
|
auto main() -> int {};
|