9 lines
73 B
C#
9 lines
73 B
C#
// Compiler options: -t:library
|
|
|
|
namespace N
|
|
{
|
|
public class Lib
|
|
{
|
|
}
|
|
}
|