mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2026-05-26 18:36:58 +02:00
5 lines
72 B
C
5 lines
72 B
C
|
|
#include <stdio.h>
|
||
|
|
int main() {
|
||
|
|
printf("Hello World\n");
|
||
|
|
return 0;
|
||
|
|
}
|