Skip to content

Commit

Permalink
new interview.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed Mar 10, 2024
1 parent 4923ebd commit cadd84c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions handler/app/interview.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,18 @@ func Interviewees() Groups {
},
},
},
{
Name: "Public Enemy",
Link: "public-enemy",
Interviews: Interviews{
{
Scener: "Minor Threat",
Year: 1994, Month: 9,
Content: "\"This guy is a real Renaissance Man, hacker, programmer, burglar, convict, star of stage and screen..\"",
Link: "http://phrack.org/issues/46/5.html#article",
},
},
},
{
Name: "Razor 1911",
Link: "razor-1911",
Expand Down

0 comments on commit cadd84c

Please sign in to comment.