delete guileslop and add haskellslop

This commit is contained in:
2026-07-17 14:11:50 -06:00
parent d3cf938eb3
commit 388363397a
27 changed files with 143 additions and 28 deletions
+9
View File
@@ -0,0 +1,9 @@
#include <HsFFI.h>
#if defined(__cplusplus)
extern "C" {
#endif
extern HsInt32 hello(void);
#if defined(__cplusplus)
}
#endif