mirror of
https://github.com/Ed94/WATL_Exercise.git
synced 2025-10-08 17:50:55 -07:00
C-- lottes: drafting pass: removed all usages of star "*" dereference operator
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user