CS143-Lab/assignments/PA5J/example.cl
2023-03-16 15:55:37 +00:00

10 lines
131 B
Common Lisp

(* Example cool program testing as many aspects of the code generator
as possible.
*)
class Main {
main():Int { 0 };
};