mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
3 lines
101 B
C++
3 lines
101 B
C++
#include "launch/main.hpp"
|
|
|
|
int main(int argc, char** argv) { return qs::launch::main(argc, argv); }
|