diff options
author | Linnea Gräf <nea@nea.moe> | 2024-11-26 22:24:11 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-11-26 22:24:11 +0100 |
commit | 330e928697d6d3df6d837b7ef2b66e329592eeca (patch) | |
tree | b1c203e386ff993c04b003188425288ee27366f8 /src/main/kotlin/moe/nea/firm/Codec.kt | |
download | reproduction-infinite-compile-330e928697d6d3df6d837b7ef2b66e329592eeca.tar.gz reproduction-infinite-compile-330e928697d6d3df6d837b7ef2b66e329592eeca.tar.bz2 reproduction-infinite-compile-330e928697d6d3df6d837b7ef2b66e329592eeca.zip |
init
Diffstat (limited to 'src/main/kotlin/moe/nea/firm/Codec.kt')
-rw-r--r-- | src/main/kotlin/moe/nea/firm/Codec.kt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/kotlin/moe/nea/firm/Codec.kt b/src/main/kotlin/moe/nea/firm/Codec.kt new file mode 100644 index 0000000..1c19de4 --- /dev/null +++ b/src/main/kotlin/moe/nea/firm/Codec.kt @@ -0,0 +1,5 @@ +package moe.nea.firm + +interface Codec<T> { + +} |