prob still broken, but don\t have time right now

This commit is contained in:
2024-12-31 10:20:37 +01:00
parent f8ab2f855a
commit 0821c052e7
8 changed files with 43 additions and 322 deletions

View File

@@ -110,7 +110,7 @@ const person = Person{
id: 1
name: 'Bob'
age: 21
birthday: time.new_time(
birthday: time.new(
day: 12
month: 12
year: 2012

View File

@@ -52,7 +52,7 @@ const person = Person{
id: 1
name: 'Bob'
age: 21
birthday: time.new_time(
birthday: time.new(
day: 12
month: 12
year: 2012