Created
August 20, 2016 12:54
-
-
Save lv7777/d04d61f7bb8858ef43c3a9dd2819e57e to your computer and use it in GitHub Desktop.
3分測って3分経ったことを表示させる謎の何かです
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$timer_new=New-Object System.Diagnostics.StopWatch;$timer_new.start();Start-Sleep -s 180;$timer_new.stop();echo $timer_new.Elapsed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment