hacker-news: Fix using

db4
Doug Coleman 2012-09-24 13:54:50 -07:00
parent ff030b9c55
commit 0bac24565e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
USING: accessors assocs classes.tuple colors.constants
colors.hex combinators formatting fry http.client io io.styles
json.reader kernel make math sequences splitting urls json
math.parser ;
math.parser hashtables ;
IN: hacker-news
TUPLE: post title postedBy points id url commentCount postedAgo ;