Skip to content
View sajjad-salam's full-sized avatar
🏆
top G
🏆
top G
Block or Report

Block or report sajjad-salam

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sajjad-salam/README.md
Computer man

sajjad-salam

total starsfollowers

MY INFORMATION

package main

import "fmt"

type Person struct {
  name string
  username string
  age int
  hobbies []string
  job string
}

func main() {
  var me = new(Person)
  
  me.name     = "sajjad salam"
  me.username = "sajjad-salam"
  me.age      = "21"
  me.job      = "prompt developer | flutter developer  | python developer"
  me.hobbies  = []string{"code", "anime", "music","Enginnering"}
  
  fmt.Println(me)
}

Connect With Me

DiscordYoutube



Spent My Time >



Avinal WakaTime Activity

My Language & Skill



 

Spotify

🏆 GitHub Trophies

GitHub Stats

GitHub language stats

Working on

Pinned Repositories ♨️







Popular repositories

  1. sajjad-salam sajjad-salam Public

    ملفي الشخصي

    9 2

  2. Input-Recorder Input-Recorder Public

    Forked from Zuzu-Typ/Input-Recorder

    تسجيل حركات الماوس والكيبورد (مشروع بايثون)

    Python 6 3

  3. php php Public

    نتعلم php وبس

    PHP 3

  4. email_sender_bot email_sender_bot Public

    بوت رفع خارجي

    Python 3

  5. auto-follow-github auto-follow-github Public

    script to automatically follow github accounts

    Python 3 3

  6. login_flutter_app login_flutter_app Public

    name user and password user

    C++ 2