diff --git a/002-hands-on-exercises/01-about/sabubhatia.txt b/002-hands-on-exercises/01-about/sabubhatia.txt new file mode 100644 index 0000000..c283c64 --- /dev/null +++ b/002-hands-on-exercises/01-about/sabubhatia.txt @@ -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 diff --git a/002-hands-on-exercises/03-purpose/sabubhatia-purpose.txt b/002-hands-on-exercises/03-purpose/sabubhatia-purpose.txt new file mode 100644 index 0000000..eb7dc88 --- /dev/null +++ b/002-hands-on-exercises/03-purpose/sabubhatia-purpose.txt @@ -0,0 +1 @@ +A happy, edcuated family that gives back to the world diff --git a/003-go-modules/04-upgrading-major-dependency/hello.go b/003-go-modules/04-upgrading-major-dependency/hello.go index 5e787aa..fffe3b8 100644 --- a/003-go-modules/04-upgrading-major-dependency/hello.go +++ b/003-go-modules/04-upgrading-major-dependency/hello.go @@ -5,7 +5,7 @@ import ( ) func Hello() string { - return quote.HelloV3() + return "Hello from a fork" } func Proverb() string { diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..e69de29