17 lines
210 B
C#
17 lines
210 B
C#
|
// Compiler options: -codepage:65001
|
||
|
// Note; this file is utf8 encoded
|
||
|
using System;
|
||
|
|
||
|
namespace Bla.Blub
|
||
|
{
|
||
|
|
||
|
class Fo‿o
|
||
|
{
|
||
|
public static void Main(string[] args)
|
||
|
{
|
||
|
Console.WriteLine("bla");
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|