10 lines
131 B
Common Lisp
10 lines
131 B
Common Lisp
|
|
(* Example cool program testing as many aspects of the code generator
|
|
as possible.
|
|
*)
|
|
|
|
class Main {
|
|
main():Int { 0 };
|
|
};
|
|
|