This repository has been archived on 2024-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
Quicksort/linux/main.cc
2023-11-18 11:43:20 +01:00

6 lines
180 B
C++

#include "my_application.h"
int main(int argc, char** argv) {
g_autoptr(MyApplication) app = my_application_new();
return g_application_run(G_APPLICATION(app), argc, argv);
}