[ create a new paste ] login | about

Link: http://codepad.org/ti7SaAtA    [ raw code | fork ]

D, pasted on Nov 2:
1
2
3
4
5
6
class COM {   
   public static const int S_FALSE = 1;  
   public static const int S_OK = 0;
}  

void main() {}


Output:
No errors or program output.


Create a new paste based on this one


Comments: