dashboard
repositories
activity
search
login
APPS
/
PAILot
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
feat: StoreKit 2 IAP — free tier with 2 sessions and 15min message TTL
Matthias Nott
2026-04-01
98e5695f9c77c594a103e9e81128798d41bae46a
[APPS/PAILot.git]
/
linux
/
runner
/
main.cc
1
2
3
4
5
6
#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);
}