Fix slides

This commit is contained in:
Fedor Korotkiy 2020-02-20 22:15:38 +03:00
parent 967304fc2a
commit c251f70f92

View file

@ -481,6 +481,7 @@
ID int
Name string
Address string
Salary int
}
var dilbert Employee
@ -696,5 +697,5 @@
}
}
visit(w, root)
visit(root)
}