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