Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (21 loc) · 1.11 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.11 KB

Image of GitHub

Welcome on BlackHole Security GitHub Pages using Markdown

I want to reach my desire so that everything can be achieved

contact

function sad(){
const people = ["MicroClone","DedSecTL","Cvar1984","Dark Fighter"];
people.push("Gladys","Dea");
people.forEach((abc) => {
console.log(abc);
 });
}
sad();