mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
8 lines
92 B
C
8 lines
92 B
C
|
|
#include "library.h"
|
||
|
|
|
||
|
|
#include <stdio.h>
|
||
|
|
|
||
|
|
void hello(void) {
|
||
|
|
printf("Hello, World!\n");
|
||
|
|
}
|