Skip to content

Commit

Permalink
BinFuck 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Takym committed May 25, 2022
1 parent 4936121 commit 0b8d7d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BinFuck/BinFuck.csx
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ void ShowVersion()
WriteLine("BinFuck is an esoteric programming language.");
WriteLine("Try \'1[>rw<]\' in REPL mode!");
WriteLine();
WriteLine("Current Version: 0.0.0.0");
WriteLine("The Repo: https://github.com/Takym/BinFuck.git");
WriteLine("Current Version: 0.0.0.1");
WriteLine("The Repo: https://github.com/Takym/Gradexor/tree/master/BinFuck/");
WriteLine();
}

Expand Down
2 changes: 1 addition & 1 deletion BinFuck/bfk.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
@REM distributed under the MIT License.
@echo off

call csi.exe BinFuck.csx %*
call csi.exe %~dp0\BinFuck.csx %*

0 comments on commit 0b8d7d0

Please sign in to comment.