Skip to content

Oxymoron290/github-crash-course

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Hello from my first repo - this is a heading

This is a heading 2

This is heading 3

These are bullets

  • Bullet 1
  • Bullet 2
  • Bullet 3

This is a table

heading 1 Heading 2
Data 1 Data 2

Here is a code sample

    var int personId = 1;
    var string personName = "First Last";

   
    public void main() {
        
    }
    using System.UI;    
    
    var int personId = 1;
    var string personName = "First Last";

    namespace Foo {
        public void main() {
        
        }
    }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published