Skip to main content
added 66 characters in body
Source Link

Powershell, 64 2626 23 bytes

Saved 38 bytes, thanks to Shawn Esterman

Saved 3 bytes, and repaired script, thanks to briantist

Test-Connection -Quietq tog.gl 

Powershell, 64 26 bytes

Saved 38 bytes, thanks to Shawn Esterman

Test-Connection -Quiet to. 

Powershell, 64 26 23 bytes

Saved 38 bytes, thanks to Shawn Esterman

Saved 3 bytes, and repaired script, thanks to briantist

Test-Connection -q g.gl 
added 14 characters in body
Source Link

Powershell, 6464 26 bytes

Saved 38 bytes, thanks to Shawn Esterman

if(Test-Connection -Quiet to.){return $TRUE;}else{return $FALSE} 

Powershell, 64 bytes

if(Test-Connection -Quiet to.){return $TRUE;}else{return $FALSE} 

Powershell, 64 26 bytes

Saved 38 bytes, thanks to Shawn Esterman

Test-Connection -Quiet to. 
Source Link

Powershell, 64 bytes

if(Test-Connection -Quiet to.){return $TRUE;}else{return $FALSE}