Files

7 lines
48 B
Java
Raw Permalink Normal View History

2026-02-10 17:46:27 +01:00
public enum Base {
A,
C,
G,
T
}