mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
9 lines
118 B
C
9 lines
118 B
C
#include <stdio.h>
|
|
|
|
#include "lib/shared.h"
|
|
|
|
int main(void)
|
|
{
|
|
printf("Hello from %s.\n", kSharedStr);
|
|
return 0;
|
|
}
|