Compare commits
No commits in common. "f4e6d9abf8c190ae23e1b73608d9724ffe009f89" and "ce099cd5f7aa896282b3e35b027f5c909fd362e9" have entirely different histories.
f4e6d9abf8
...
ce099cd5f7
|
@ -1,20 +0,0 @@
|
||||||
|
|
||||||
# Proyecto primero
|
|
||||||
|
|
||||||
Descripción del Proyecto
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Authors
|
|
||||||
|
|
||||||
- [@octokatherine](https://www.github.com/octokatherine)
|
|
||||||
|
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
- Light/dark mode toggle
|
|
||||||
- Live previews
|
|
||||||
- Fullscreen mode
|
|
||||||
- Cross platform
|
|
||||||
|
|
|
@ -12,5 +12,6 @@ public class Primero {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("Hello World!");
|
System.out.println("Hello World!");
|
||||||
|
System.out.println("Cambio 2");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue