chore(repository): initial commit
This commit is contained in:
commit
408ea69de8
7 changed files with 112 additions and 0 deletions
5
src/c/main.c
Normal file
5
src/c/main.c
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include <pebble.h>
|
||||
|
||||
int main(void) {
|
||||
app_event_loop();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue