Skip to content

Instantly share code, notes, and snippets.

@noahgift
Created August 22, 2022 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noahgift/0799c6a461a6d5ae858ab08c7a512d18 to your computer and use it in GitHub Desktop.
Save noahgift/0799c6a461a6d5ae858ab08c7a512d18 to your computer and use it in GitHub Desktop.
dotnet new console -o hello \
&& cd hello \
&& dotnet run
//Output of command below
The template "Console App" was created successfully.
Processing post-creation actions...
Running 'dotnet restore' on /home/ec2-user/environment/hello/hello.csproj...
Determining projects to restore...
Restored /home/ec2-user/environment/hello/hello.csproj (in 122 ms).
Restore succeeded.
Hello, World!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment