Skip to content

Commit

Permalink
refactor(qmp): Color iteration 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasanchez committed Apr 25, 2021
1 parent 75e6f2c commit 7185279
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions 01-lecture/quemepongo/src/main/java/quemepongo/Color.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
package quemepongo;

/**
* Dominio de colores
*
* @author Tomás Sánchez
* @since 04.25.2021
* @version 1.0
*/
public class Color {

/**
* El código hexadecimal.
*
* @since 1.0
*/
String codigo;
}

0 comments on commit 7185279

Please sign in to comment.