C-- lottes: drafting pass: removed all usages of star "*" dereference operator

This commit is contained in:
2025-10-03 22:46:21 -04:00
parent 8df492399f
commit af38cda276
2 changed files with 120 additions and 120 deletions

View File

@@ -141,9 +141,9 @@ $compiler_args += $flag_compile, $unit
$compiler_args | ForEach-Object { Write-Host $_ }
# Compile the unit
# $compilation_time = Measure-Command {
$compilation_time = Measure-Command {
& $compiler $compiler_args
# }
}
write-host "Compilation took $($compilation_time.TotalMilliseconds)ms"
write-host