diff options
author | EuAndreh <eu@euandre.org> | 2024-12-14 10:30:47 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-12-14 10:30:47 -0300 |
commit | 06eaf1738494a9e783ed100565911d08efaae826 (patch) | |
tree | a372bcc99fed70e1cf298eeddef1ec134b178102 /tests/main.go | |
parent | Remove extraneous files (diff) | |
download | pds-06eaf1738494a9e783ed100565911d08efaae826.tar.gz pds-06eaf1738494a9e783ed100565911d08efaae826.tar.xz |
Add Makefile and move files to structured folders
Diffstat (limited to 'tests/main.go')
-rw-r--r-- | tests/main.go | 7 |
1 files changed, 7 insertions, 0 deletions
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() +} |