Skip to content

Commit

Permalink
thusfar
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmagicii committed Apr 13, 2024
1 parent e051b6b commit 197b5ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Nether/Console/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,13 @@ static public function
return str_replace('\\', '/', $Input);
}

static public function
PrintLn(string $Msg):
void {

echo $Msg, PHP_EOL;

return;
}

}

0 comments on commit 197b5ef

Please sign in to comment.