diff --git a/module_a/a.ts b/module_a/a.ts index b696845..8adc660 100644 --- a/module_a/a.ts +++ b/module_a/a.ts @@ -1,3 +1,3 @@ export class A { - private x = 4; + private x = 5; } diff --git a/module_a/aa.ts b/module_a/aa.ts index 304ce99..2b978ea 100644 --- a/module_a/aa.ts +++ b/module_a/aa.ts @@ -1 +1 @@ -const negyvenketto = 45; \ No newline at end of file +const negyvenketto = 47; \ No newline at end of file