* updated wayland (1.23.0 -> 1.23.1)
[t2sde.git] / misc / archive / hello.cs
blob9428e1f90fca05ab9ee04750d32c776dd46db72e
1 // Compile into an assembly with 'mcs hello.cs'.
2 // Run with the Mono Interpreter 'mint hello.exe' or
3 // with the Mono JIT Compiler 'mono hello.exe'.
4 //
5 // --- T2-COPYRIGHT-NOTE-BEGIN ---
6 // This copyright note is auto-generated by ./scripts/Create-CopyPatch.
7 //
8 // T2 SDE: scripts/Config
9 // Copyright (C) 2004 - 2024 The T2 SDE Project
10 // Copyright (C) 1998 - 2003 ROCK Linux Project
11 //
12 // More information can be found in the files COPYING and README.
13 //
14 // This program is free software; you can redistribute it and/or modify
15 // it under the terms of the GNU General Public License as published by
16 // the Free Software Foundation; version 2 of the License. A copy of the
17 // GNU General Public License can be found in the file COPYING.
18 // --- T2-COPYRIGHT-NOTE-END ---
20 class Hello
22 static void Main()
24 System.Console.WriteLine("Hello from C#.)");