mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-16 09:40:01 +00:00
8 lines
134 B
C
8 lines
134 B
C
#include "app/browser.h"
|
|
|
|
const Glib::ustring APPLICATION_ID = "io.github.yggverse.Yoda";
|
|
|
|
int main(
|
|
int argc,
|
|
char* argv[]
|
|
); |