diff --git a/electro/electro.md b/electro/electro.md index 6d97c70..6f4cad7 100644 --- a/electro/electro.md +++ b/electro/electro.md @@ -35,4 +35,5 @@ Por favor agrega tus canciones favoritas a esta lista, Electro. 20. [The Chemical Brothers - Hey Boy Hey Girl](https://www.youtube.com/watch?v=tpKCqp9CALQ) 21. [The Prodigy - Narayan](https://www.youtube.com/watch?v=TMbMKdOYRxk) 22. [Kavinsky - Nightcall (Drive Original Movie Soundtrack)](https://www.youtube.com/watch?v=MV_3Dpw-BRY) -23. [Röyksopp - What Else Is There?](https://www.youtube.com/watch?v=Q-2R12p38Go) \ No newline at end of file +23. [Röyksopp - What Else Is There?](https://www.youtube.com/watch?v=Q-2R12p38Go) +24. [Lone Digger - Caravan Palace](https://www.youtube.com/watch?v=UbQgXeY_zi4) \ No newline at end of file diff --git a/software/Quine.java b/software/Quine.java new file mode 100644 index 0000000..b6d5356 --- /dev/null +++ b/software/Quine.java @@ -0,0 +1,32 @@ +public class Quine { + public static void main(String[] args) { + char quote = 34; + String[] code = { +"public class Quine {", +" public static void main(String[] args) {", +" char quote = 34;", +" String[] code = {", +" };", +" for(int i=0; i<4; i++){", +" System.out.println(code[i]);", +" }", +" for(int i=0; i