mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-12-04 21:08:07 -06:00
Add template makefile, main.c
This commit is contained in:
parent
a7d57cc3a8
commit
27bc7aa746
3 changed files with 23 additions and 0 deletions
5
backend/src/main.c
Normal file
5
backend/src/main.c
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include <stdio.h>
|
||||
int main() {
|
||||
printf("Hello World\n");
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue