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