Project

General

Profile

root / branches / compiler / cSharp / ooasCompiler / src / libs / c5 / UserGuideExamples / boilerplate.cs @ 3

1
// C5 example
2
// 2004-08
3

    
4
using System;
5
using C5;
6
using SCG = System.Collections.Generic;
7

    
8
class MyTest {
9
  public static void Main(String[] args) {
10

    
11
  }
12
}