Sha256: 9c392a147767ade8fac17c05d90de7e66cdef3c9d0eb68a856a8c463814d8caa
Contents?: true
Size: 294 Bytes
Versions: 5
Compression:
Stored size: 294 Bytes
Contents
/* In Kotlin functions can be declared at top level in a file, meaning you do not need to create a class to hold a function, like languages such as Java, C# or Scala. http://kotlinlang.org/docs/reference/functions.html#function-scope */ fun transcribeToRna(dna: String): String = ""
Version data entries
5 entries across 5 versions & 1 rubygems