Skip to content

sangamcse/sangamcse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 

Repository files navigation

Hello there

visitors Open Source Love

#!/usr/bin/env ruby
# -*- coding: utf-8 -*-

class SDE
  def initialize
    @name = 'Sangam Kumar'
    @role = 'Senior Software Engineer'
    @linkedin = 'https://www.linkedin.com/in/sangamcse'
    @twitter = 'https://twitter.com/meetsangamcse'
    @email = 'sangamcse.dev@gmail.com'
  end

  def say_hi
    puts 'Thanks for dropping by.'
  end
end

me = SDE.new
me.say_hi

๐Ÿ”ง Technologies & Tools

๐Ÿ† GitHub Trophies

trophy