Files
flatpak-maybe/hello.c
2026-02-04 10:19:00 +01:00

7 lines
101 B
C

#include <stdio.h>
int main() {
printf("Hello from Flatpak binary package!\n");
return 0;
}