diff options
| author | Jeff Carr <[email protected]> | 2025-08-22 06:12:47 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-22 06:12:47 -0500 |
| commit | fbc5ebe4cebc94a1ac63b52788087c9dfbc46e0f (patch) | |
| tree | fe398c66332b19f13732de994f9fa8774a434af1 /doOutput.go | |
| parent | d9e7420b31be172e767843da6905e5b2e7cd83b2 (diff) | |
wtf. this should work
Diffstat (limited to 'doOutput.go')
| -rw-r--r-- | doOutput.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doOutput.go b/doOutput.go new file mode 100644 index 0000000..0ec3053 --- /dev/null +++ b/doOutput.go @@ -0,0 +1,4 @@ +package main + +func doOutput(s string) { +} |
