Skip to content

Instantly share code, notes, and snippets.

@nykyrian
nykyrian / WAHH_Task_Checklist.md
Created March 14, 2020 08:09 — forked from jhaddix/Testing_Checklist.md
The Web Application Hacker's Handbook - Task Checklist - Github-Flavored Markdown
#include <stdio.h>
int main(void){
// Your code here!
printf(" /|\n");
printf(" / |\n");
printf(" / |\n");
printf(" ____|\n");
return 0;
}