Skip to content

Emilioso007/oop-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World!

PowerShell commands:

New-Item <name.ext>             //Creates a new file
Invoke-Item <name.ext>          //Opens file with standard app
mkdir <name>                    //Makes a new folder
cd <name>                       //Moves to folder
cd ..                           //Moves up
git add -A                      //Adds all files and folders to git staging
git commit -a -m "<message>"    //Makes a commit with a message
git push                        //Pushes to GitHub
csc <name.cs>                   //Compiles C# file (.Net 5.0) only
<name.exe>                      //Runs file

dotnet new console              //Makes a new C# console project
dotnet build                    //Compiles C# project
dotnet run                      //Runs C# project

Min Øvelser

Nyttige links:

Eksempel formatering:

  1. Kursiv tekst.
  2. Fed tekst.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages