Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Add meta information for HelloWorld
Browse files Browse the repository at this point in the history
  • Loading branch information
rpicard committed Nov 6, 2012
1 parent a727083 commit f679bd6
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions hello_world/HelloWorld.pm
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
package DDG::Fathead::HelloWorld;

use DDG::Fathead;

primary_example_queries => "hello world perl";

secondary_example_queries =>
"javascript hello world",
"hello world in c";

description "Hello World programs in many program languages";

name "HelloWorld";

icon_url "/i/www.github.com.ico";

source "GitHub";

code_url "https://github.com/duckduckgo/zeroclickinfo-fathead/tree/master/hello_world";

topics => "geek", "programming";

categories => "computing_info", "programming", "software";

attribution
twitter => ['https://twitter.com/jperla', 'jperla'],
web => ['http://www.jperla.com/blog', 'Joseph Perla'];

1;

0 comments on commit f679bd6

Please sign in to comment.