13 lines
85 B
C#
13 lines
85 B
C#
using System;
|
|
|
|
namespace inf3
|
|
{
|
|
public class blah
|
|
{
|
|
public blah ()
|
|
{
|
|
}
|
|
}
|
|
}
|
|
|