- 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:
Christoffer Lerno
2025-09-18 10:58:15 +02:00
parent 35270fb0bf
commit c5e3a1b2da
5 changed files with 6 additions and 2 deletions

View File

@@ -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:");