mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 07:32:24 +00:00
4 lines
64 B
Modula-2
4 lines
64 B
Modula-2
MODULE architecture;
|
|
CONST arch* = "x86_64";
|
|
|
|
END architecture.
|