aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/pfc.go
diff options
context:
space:
mode:
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")
+}