"Hello world!"

$Text = Get-Content file.c
$Text
Pause
#Get-PnpDevice -PresentOnly | Where-Object {$ _. InstanceId -match '^ USB'}


function MyFunc
{
    Get-Content file.c
    (Get-Content file.c).Length
"sdfasdf"
}