Change hw6 to an unsolved version.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
0c04936ccf
commit
ee01a8f5b2
186 changed files with 9605 additions and 4019 deletions
|
|
@ -1,7 +1,7 @@
|
|||
struct S {int x; bool y}
|
||||
struct T {int x; bool y}
|
||||
|
||||
int program(string[] args) {
|
||||
int program(int argc, string[] args) {
|
||||
var z = 0;
|
||||
var s = new S{x=3;y=true};
|
||||
var t = new T{x=3;y=true};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue