From 2f362f819c5cdb9cabcf878bfb540901c9799826 Mon Sep 17 00:00:00 2001 From: aho Date: Wed, 4 Aug 2021 13:43:53 +0200 Subject: [PATCH 1/2] round 2 on child --- mother.R | 1 + 1 file changed, 1 insertion(+) diff --git a/mother.R b/mother.R index 477819a..41b9dab 100644 --- a/mother.R +++ b/mother.R @@ -3,3 +3,4 @@ print('hi child') print('hihihi child 2') print('round 2 on mother') +print('round 2 on child') -- GitLab From b8a34ceda922de39e8cce49be3d2e8827d918a1a Mon Sep 17 00:00:00 2001 From: aho Date: Wed, 4 Aug 2021 13:46:07 +0200 Subject: [PATCH 2/2] more on child --- mother.R | 1 + 1 file changed, 1 insertion(+) diff --git a/mother.R b/mother.R index 41b9dab..96f406a 100644 --- a/mother.R +++ b/mother.R @@ -4,3 +4,4 @@ print('hihihi child 2') print('round 2 on mother') print('round 2 on child') +print('more on child') -- GitLab