Skip to main content
antzshrek's user avatar
antzshrek's user avatar
antzshrek's user avatar
antzshrek
  • Member for 7 years, 1 month
  • Last seen more than 1 year ago
About

I'm just that same Linux & Open-source ˈwɪzəd'...

#!/bin/bash

function whoami(){
    arr=("$@")
    for i in "${arr[@]}";
        do
            echo "$i"
        done
}

Antz=("native language C" "Huge fan of StackOverflow, tryhackme and reddit" "LinuxFreak" "contact me for more info")

whoami "${Antz[@]}"

"Antz" has a degree in Architecture, Linkedin for the desired info you might need.

Book session on Codementor


  • Mind you, I'm very open to collaboration on open-source projects.

  • You might want to check my Blog too.

1
gold badge
5
silver badges
19
bronze badges
10
Score
4
Posts
13
Posts %
7
Score
8
Posts
26
Posts %
3
Score
2
Posts
6
Posts %
2
Score
3
Posts
10
Posts %
1
Score
4
Posts
13
Posts %
1
Score
2
Posts
6
Posts %