(ADD) Added test.c for testing on github action.

This commit is contained in:
William
2024-06-24 21:59:46 +08:00
parent 73e766eef7
commit 871bab317b
4 changed files with 24 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
#ifndef COMPOUND_UTILS_H
# define COMPOUND_UTILS_H
# include <math.h>
# include <string.h>
# include <time.h>
# include <Compound/common.h>