forked from CodingTrain/Rainbow-Poem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
coder_poem
55 lines (45 loc) · 739 Bytes
/
coder_poem
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
You will(Need no){
Example at=ALL;
if (You.are(GOOD))
at.writing(Your.CODE);
tralaloE
else
{ You will(Need to);
exit();
}
else
before.writing("watch the coding train");
}
while(1)
{
printf("You're awesome");
}
//Swift
let name = Andre
let animal = Dog
let feeling = loves
let poem = "\(name) really \(feeling) that \(animal)!"
func printPoem(){
print(poem)
}
main(){
printPoem()//Andre really loves that dog!
}
i added something
added more
sadsadsadaasd
/*
* -------------------------------------
* This is where i need to place my code
* -------------------------------------
* ^_^
*/
if(code != '')
{
my code will be in this place ...
}
else
{
I don't have any code ????
}
###