Skip to content

Commit 712901c

Browse files
committed
Add notebooks
1 parent dd37921 commit 712901c

31 files changed

+13518
-0
lines changed

code/notebooks/Chapter01.dib

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#!markdown
2+
3+
# Chapter 1 - Hello, C#! Welcome, .NET!
4+
Mixing *rich* **text** and code is cool!
5+
6+
#!csharp
7+
8+
#!about
9+
10+
#!csharp
11+
12+
Console.WriteLine("Hello, .NET Interactive!")
13+
14+
#!csharp
15+
16+
var number = 8;
17+
18+
#!csharp
19+
20+
Console.WriteLine(number);

0 commit comments

Comments
 (0)