From 06eaf1738494a9e783ed100565911d08efaae826 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 14 Dec 2024 10:30:47 -0300 Subject: Add Makefile and move files to structured folders --- tests/main.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/main.go (limited to 'tests/main.go') diff --git a/tests/main.go b/tests/main.go new file mode 100644 index 0000000..db923fd --- /dev/null +++ b/tests/main.go @@ -0,0 +1,7 @@ +package main + +import "pds" + +func main() { + pds.MainTest() +} -- cgit v1.2.3