Skip to content

Commit

Permalink
更改了包的结构
Browse files Browse the repository at this point in the history
  • Loading branch information
0Chencc committed Nov 28, 2021
1 parent 375fba8 commit 57200b4
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jar {
sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceSets{
main.kotlin.srcDirs += 'src/main'
main.java.srcDirs += 'src/main'
main.kotlin.srcDirs += 'src'
main.java.srcDirs += 'src'
test.kotlin.srcDirs += 'test'
test.java.srcDirs += 'test'
}
Expand Down
Binary file removed src/main/.DS_Store
Binary file not shown.
Binary file renamed src/main/org/.DS_Store → src/org/.DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ class CoreFunc{
val isChar = {c:Char -> c.isLowerCase()||c.isUpperCase()}
val isDigit = {c:Char -> (c >='0')&&(c <= '9')}
/* moresCode */
val morseCharacters = arrayOf(".-", "-...", "-.-.", "-..", ".", "..-.", "--.", "....", "..", ".---",
val morseCharacters = arrayOf(".-", "-...", "-.-.", "-..", ".", "..-.", "--.", "....", "src", ".---",
"-.-", ".-..", "--", "-.", "---", ".--.", "--.-", ".-.", "...", "-", "..-", "...-", ".--", "-..-", "-.--",
"--..")
val morseDigits = arrayOf("-----", ".----", "..---", "...--", "....-", ".....", "-....", "--...",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 57200b4

Please sign in to comment.