Skip to content

Commit

Permalink
examples: Fix ansiqr
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Apr 8, 2018
1 parent aea861f commit cf1030b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ansiqr.cr
Expand Up @@ -3,7 +3,7 @@ require "../src/qrencode"
# ansiqr.cr: Given an input string, render it as a QR code using ANSI terminal colors
# Usage: ansiqr <input>

input = ARGV[0] * 1000
input = ARGV[0]

qr = QRencode::QRcode.new(input)
qr.each_row do |row|
Expand Down

0 comments on commit cf1030b

Please sign in to comment.