blob: 2646d961cceceada54f92ec628302496d7e40b57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
package phrase;
/**
* @brief context generates phrase
* @author desaic
*
*/
public class C2F {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}
|