#!/bin/bash
# Define CHashtager "class" as a function
function CHashtager() {
# Properties
local name="Omid"
local role="Bug Producer :^D"
# Method
function sayHi() {
echo "Hello world, I debug life!"
}
# Execute the method
sayHi
# Display properties
echo "Name: $name"
echo "Role: $role"
}
# Main program
echo "Creating CHashtager instance..."
CHashtager
🔴
Living in Iran Digital Blackout !
Pinned Loading
-
gitlab-ai-assistant
gitlab-ai-assistant PublicGitlab AI Assistant, Easy Git Flow, AI Code Review
TypeScript 5
-
renom
renom PublicA simple CLI tool to recursively rename files, directories, and replace text inside files.
Go
-
-
DotNetEngineerMasterclass
DotNetEngineerMasterclass PublicAn educational resource covering wide range of topics in Software Engineering and .NET in order to prepare for job interviews.
-
notch-dock
notch-dock PublicHover the notch to reach the menu bar icons macOS hides behind it. Native Swift, no private APIs.
Swift 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



