help.tutorial: updating to 2011.

db4
John Benediktsson 2011-01-05 18:37:32 -08:00
parent 5dcd6b36d4
commit d926a5e28a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ $nl
ARTICLE: "first-program-logic" "Writing some logic in your first program"
"Your " { $snippet "palindrome.factor" } " file should look like the following after the previous section:"
{ $code
"! Copyright (C) 2010 <your name here>"
"! Copyright (C) 2011 <your name here>"
"! See http://factorcode.org/license.txt for BSD license."
"USING: ;"
"IN: palindrome"