Skip to content

Commit 2871ef8

Browse files
committed
Add a space after prompt (#16)
1 parent 7d81d7a commit 2871ef8

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/top/mcfpp/commandline

1 file changed

+1
-1
lines changed

src/main/kotlin/top/mcfpp/commandline/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fun main(){
4747
//等待输入
4848
while(true){
4949
if(compiler.leftBraces == 0){
50-
print(">")
50+
print("> ")
5151
}
5252
when(val line = readln()){
5353
"help" -> printHelp()

0 commit comments

Comments
 (0)