Compare commits

..

No commits in common. "f4e6d9abf8c190ae23e1b73608d9724ffe009f89" and "ce099cd5f7aa896282b3e35b027f5c909fd362e9" have entirely different histories.

2 changed files with 1 additions and 20 deletions

View File

@ -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

View File

@ -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");
} }
} }