My.cs (135B)
1 public class My { 2 private Dye foo; 3 4 public My(string msg) { 5 foo = new Dye(msg); 6 } 7 8 public void display() { 9 foo.display(); 10 } 11 }
wafFORK: waf with some random patches | |
| git clone https://git.neptards.moe/neptards/waf.git | |
| Log | Files | Refs | README |