Compare commits

...

2 Commits

Author SHA1 Message Date
JuanManuelGutiérrezM f4e6d9abf8 Se agrega readme 2024-03-06 07:38:47 -06:00
JuanManuelGutiérrezM ba5946d19d Revert "Cambio 2"
This reverts commit ce099cd5f7.
2024-02-28 07:45:24 -06:00
2 changed files with 20 additions and 1 deletions

View File

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

View File

@ -12,6 +12,5 @@ public class Primero {
public static void main(String[] args) {
System.out.println("Hello World!");
System.out.println("Cambio 2");
}
}