10
1
using System;
2
3
public class Program
4
{
5
public static void Main()
6
{
7
while (1 == 1)
8
Console.WriteLine("Chris Conn is sucking up all our server memory. Bad rabbit...");
9
}
10
}
Cached Result
1 - Customers Before
CustomerID | Name |
---|---|
1 | Customer_0 |
2 | Customer_1 |
3 | Customer_2 |
4 | Customer_3 |
5 | Customer_4 |
2 - Customers After
CustomerID | Name |
---|---|
3 | Customer_2 |
4 | Customer_3 |
5 | Customer_4 |