2019-11-23 16:19:00 +00:00
|
|
|
// Do not modify the code below except for replacing the "..."! Don't
|
|
|
|
// add anything (including "public" declarations), don't remove
|
|
|
|
// anything (including "public" declarations). Don't wrap it in a
|
|
|
|
// package, don't make it an innner class of some other class. If
|
|
|
|
// your IDE suggsts to change anything below, ignore your IDE. You are
|
|
|
|
// welcome to add new classes! Please put them into separate files.
|
|
|
|
|
|
|
|
class Task3 {
|
2019-12-20 14:54:29 +00:00
|
|
|
public static Codegen create () throws CodegenException { return new CodegenImpl(); } }
|