cs11dotnet7/vscode/Chapter01-vscode/Chapter01.dib

21 lines
234 B
Plaintext
Raw Normal View History

2022-02-10 10:49:38 +01:00
#!markdown
# Chapter 1 - Hello, C#! Welcome, .NET!
Mixing *rich* **text** and code is cool!
#!csharp
#!about
#!csharp
Console.WriteLine("Hello, .NET Interactive!")
#!csharp
int number = 8;
#!csharp
Console.WriteLine(number);