chore(repository): initial commit

This commit is contained in:
mikhail "synzr" 2025-10-11 19:08:30 +05:00
commit 408ea69de8
7 changed files with 112 additions and 0 deletions

5
src/c/main.c Normal file
View file

@ -0,0 +1,5 @@
#include <pebble.h>
int main(void) {
app_event_loop();
}