Files
BUT2FICPOO/TP4/Exo0/Base.java
T
2025-12-09 21:30:45 +01:00

4 lines
37 B
Java

public enum Base {
A, T, C, G;
}