Exemplo n.º 1
0
 internal override void CreateStory()
 {
     story = new Story("can lemons cure cancer?", "lemons cant cure cancer");
 }
Exemplo n.º 2
0
 internal override void CreateStory()
 {
     story = new Story("did the reachest man die?", "the reachest man died yesterday");
 }
Exemplo n.º 3
0
 internal override void CreateStory()
 {
     story = new Story("can we stop the corona virus from spreading?", "we can do it by wearing masks");
 }