8 lines
89 B
C#
8 lines
89 B
C#
// Compiler options: -t:library
|
|
|
|
public class Stack<S>
|
|
{
|
|
public void Hello (S s)
|
|
{ }
|
|
}
|