c7697a4282
Add the update-patches.py tool. Update all the patches, so that the files are up-to-date and use the same patch file format.
8 lines
138 B
Diff
8 lines
138 B
Diff
51c51
|
|
< var circle1 = ??? {
|
|
---
|
|
> var circle1 = Circle(i32){
|
|
57c57
|
|
< var circle2 = ??? {
|
|
---
|
|
> var circle2 = Circle(f32){
|