* TextControl.cs: Make this operation undoable.
[mono-project.git] / mono / tests / console.cs
blobd0546f19a578bed2c034095234f3873299a75a98
1 using System;
3 public class Test {
5 public static int Main () {
7 Console.WriteLine ("We can now write to the console");
9 return 0;