Added ADLER32.

This commit is contained in:
2021-09-21 23:20:31 +01:00
parent c295172ce7
commit f44a1596e1
5 changed files with 125 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
#include <stdio.h>
#include "library.h"
void hello(void) { printf("Hello, World!\n"); }