191 B
191 B
General
A C2–file starts with a module declaration followed by other declarations.
For instance:
module mymodule;
import libc.stdio;
void main() {
puts("Hello, world!");
}
A C2–file starts with a module declaration followed by other declarations.
For instance:
module mymodule;
import libc.stdio;
void main() {
puts("Hello, world!");
}