Skip to content

techieguydev/scala-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scala-basics

Create a new repository on the command line

git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/techieguydev/scala-basics.git
git push -u origin master

# Push an existing repository from the command line

git remote add origin https://github.com/techieguydev/scala-basics.git
git push -u origin master

Bold Italic Strike Through

Jsfkljsdlfk

List Items

  • Item1
  • Item2
  1. Person1
  2. Person2

Text that is not quoted

Links

This is a readme file Check this for formatting documentation

Image as link

This is an image

Nested List

  1. Item1
    • Item11
      • Item111
        • Item1111
      • Item222

Task list

  • Task1
  • [] Task2
  • [] Task3
  • [] (Optional)

Adding Emoji

😀

class JavaClass {
    public static void main(String[] args) {
        System.out.println("In README file");
    }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages