split std

This commit is contained in:
2026-07-01 14:43:39 +02:00
parent 3a4a499cf6
commit bc4e09805b
53 changed files with 1415 additions and 1279 deletions

View File

@@ -1,3 +1,5 @@
include "std/io.zr"
func days[y: i64, m: i64] : i64
if m == 2
if (((y % 4 == 0) && (y % 100 != 0)) || (y % 400 == 0))