You've already forked linux-packaging-mono
11 lines
112 B
C#
11 lines
112 B
C#
![]() |
|
||
|
/* foo */
|
||
|
#define FOO
|
||
|
|
||
|
/* bar */ // bar again
|
||
|
#define BAR
|
||
|
|
||
|
public class C
|
||
|
{
|
||
|
public static void Main () {}
|
||
|
}
|