aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/pfc.go
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2023-07-22 21:30:53 -0230
committerSam Anthony <sam@samanthony.xyz>2023-07-22 21:30:53 -0230
commit4e17a27eb8d36868bcf7e1edf32affd84412a1f4 (patch)
tree2411be41f24f4ba697577147df14efebf2c11f9b /cmd/pfc.go
parenteb3dd36c4229241aad610b8ed812cc12d8f87c2b (diff)
downloadpfc-4e17a27eb8d36868bcf7e1edf32affd84412a1f4.zip
init go module
Diffstat (limited to 'cmd/pfc.go')
-rw-r--r--cmd/pfc.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/cmd/pfc.go b/cmd/pfc.go
new file mode 100644
index 0000000..67821f5
--- /dev/null
+++ b/cmd/pfc.go
@@ -0,0 +1,9 @@
+package main
+
+import (
+ "fmt"
+)
+
+func main() {
+ fmt.Println("Hello, world")
+}