aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-05-15 14:31:57 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-05-15 14:31:57 +0200
commit3b119e80968d9267da4753687a6740d1189daa80 (patch)
treed053ec4b02132e17d196bf8553dd68d42f7d8f9f /main.go
parented5812bfb8e7092fe4f6446abf957e8dbc80be21 (diff)
Reorganize definitions
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)
}