14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
// ----------------------------------------------------------------------------
|
|
//
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
//
|
|
// ----------------------------------------------------------------------------
|
|
|
|
using System;
|
|
|
|
public class Test{
|
|
static void Main(){
|
|
Console.WriteLine("Sing# says hello!");
|
|
}
|
|
}
|