mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
- Compiler segfault for invalid e-mails in project.json. #2488
- `env::PROJECT_VERSION` now returns the version in project.json.
This commit is contained in:
@@ -7,7 +7,7 @@ extern fn void printf(char *, ...);
|
||||
|
||||
fn int main()
|
||||
{
|
||||
printf("Hello World!\n");
|
||||
printf("Hello World %s!\n", env::PROJECT_VERSION);
|
||||
printf("Authors:");
|
||||
io::printn(env::AUTHORS);
|
||||
printf("Author emails:");
|
||||
|
||||
Reference in New Issue
Block a user