nandi/frqpublic Fork 0
80eb0885a858e1fcb5cf23873efd09b0906a8062
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

main.cc · 6 lines · 180 BC++ Blame HistoryRaw
Build the APK, out of ClojureDart and Flutter e2b0e6b nandi 7d ago1#include "my_application.h"
2
3int main(int argc, char** argv) {
4 g_autoptr(MyApplication) app = my_application_new();
5 return g_application_run(G_APPLICATION(app), argc, argv);
6}