Project setup
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# General
|
||||
A C2–file starts with a module declaration followed by other declarations.
|
||||
|
||||
For instance:
|
||||
|
||||
```c2
|
||||
module mymodule;
|
||||
|
||||
import libc.stdio;
|
||||
|
||||
void main() {
|
||||
puts("Hello, world!");
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user