a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
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");
|
|
}
|
|
}
|
|
|
|
}
|