Compare commits
2 Commits
ce099cd5f7
...
f4e6d9abf8
Author | SHA1 | Date |
---|---|---|
JuanManuelGutiérrezM | f4e6d9abf8 | |
JuanManuelGutiérrezM | ba5946d19d |
|
@ -0,0 +1,20 @@
|
||||||
|
|
||||||
|
# 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,6 +12,5 @@ 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