Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions 002-hands-on-exercises/01-about/sabubhatia.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
years started coding: 1988
coding strengths (comma seperated list): c/c++, simulation models,
anything you want to share about yourself: Paasionate software engineer
1 change: 1 addition & 0 deletions 002-hands-on-exercises/03-purpose/sabubhatia-purpose.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A happy, edcuated family that gives back to the world
2 changes: 1 addition & 1 deletion 003-go-modules/04-upgrading-major-dependency/hello.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

func Hello() string {
return quote.HelloV3()
return "Hello from a fork"
}

func Proverb() string {
Expand Down
Empty file added test.txt
Empty file.