summaryrefslogtreecommitdiff
path: root/testSort/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 08:54:49 -0600
committerJeff Carr <[email protected]>2024-11-29 08:54:49 -0600
commitf145e6e74eff9e529623468840084583fe6800c8 (patch)
tree68e82d3b2e0f307fd39333ef97cb073804da70da /testSort/main.go
parent74498c8fcd8beef16dc61c936c46cd2374e56ece (diff)
god damnit
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'testSort/main.go')
-rw-r--r--testSort/main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/testSort/main.go b/testSort/main.go
new file mode 100644
index 0000000..01a7c39
--- /dev/null
+++ b/testSort/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "log"
+
+func main() {
+ log.Println("hello testSort")
+}