#!/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
Pinned Loading
-
DotNetEngineerMasterclass
DotNetEngineerMasterclass PublicAn educational resource covering wide range of topics in Software Engineering and .NET in order to prepare for job interviews.
-
renom
renom PublicA simple CLI tool to recursively rename files, directories, and replace text inside files.
Go
-
orchestron
orchestron PublicA general-purpose, scalable service that receives webhook events and publishes them to message brokers (Kafka/RabbitMQ) for other services to consume.
Go
-
Deviant-Password-Manager
Deviant-Password-Manager PublicShared Password Manager based on .NET 8
C# 1
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.