aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go14
1 files changed, 0 insertions, 14 deletions
diff --git a/main.go b/main.go
deleted file mode 100644
index cd53f85..0000000
--- a/main.go
+++ /dev/null
@@ -1,14 +0,0 @@
-package main
-
-func main() {
- dev := NewDevice()
- defer dev.Close()
-
- handle := dev.Handle()
- defer Home(handle.Writer)
-
- Initialize(handle, 113, Portrait)
- A4.UpperRight(handle.Writer)
- PrintStdin(handle.Writer)
- //DrawPic(handle.Writer)
-}