From 853d88683a722efca3f594c1f07a4dc9691df375 Mon Sep 17 00:00:00 2001 From: zuhalsWonderland <72165041+zuhalsWonderland@users.noreply.github.com> Date: Thu, 15 Oct 2020 18:46:27 +0100 Subject: [PATCH] small changes from zuhal --- src/test/java/add_fie_here/SampleFile.java | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/src/test/java/add_fie_here/SampleFile.java b/src/test/java/add_fie_here/SampleFile.java index 82e59b02..39903464 100644 --- a/src/test/java/add_fie_here/SampleFile.java +++ b/src/test/java/add_fie_here/SampleFile.java @@ -8,7 +8,25 @@ public static void main(String[] args) { //we are eu3 //we are awesome - //adding more chnges here so i can have more hanges - //again again and again chnges + //adding more changes here so i can have more changes + //again again and again changes + + + //Hi! I hope this is the right place that I am doing awesome changes. Let me add a poem of Yeats: + +// WILLIAM BUTLER YEATS +// (1865-1939) +// He Wishes for the Cloths of Heaven +// +// Had I the heavens' embroidered cloths, +// Enwrought with golden and silver light, +// The blue and the dim and the dark cloths +// Of night and light and the half-light, +// I would spread the cloths under your feet: +// But I, being poor, have only my dreams; +// I have spread my dreams under your feet; +// Tread softly because you tread on my dreams. + + } }