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. + + } }