aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 5400e33..a4769c7 100644
--- a/main.go
+++ b/main.go
@@ -49,6 +49,7 @@ func main() {
//c.MustMarks(Point{18 * CM, 19 * CM}, Type2)
Initialize(handle, 113, Portrait)
+ A4.UpperRight(handle.Writer)
PrintStdin(handle.Writer)
//DrawPic(handle.Writer)
}