#!/usr/bin/python

import postit, sys

postit.new(sys.stdin.read())
