cs11dotnet7/notebooks/Chapter01.dib

21 lines
234 B
Plaintext
Raw Normal View History

2022-02-09 11:30:33 +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
var number = 8;
#!csharp
Console.WriteLine(number);