mirror of
https://github.com/usatiuk/nand2tetris.git
synced 2025-10-28 16:17:48 +01:00
8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
class Main {
|
|
function void main() {
|
|
var Table table;
|
|
let table = Table.new();
|
|
|
|
return;
|
|
}
|
|
} |