Skip to content

Instantly share code, notes, and snippets.

@aershov24
Created September 23, 2020 06:02
Show Gist options
  • Save aershov24/d22d21f0b0c79923b1ac075ec0ae890d to your computer and use it in GitHub Desktop.
Save aershov24/d22d21f0b0c79923b1ac075ec0ae890d to your computer and use it in GitHub Desktop.
Markdium-23 PowerShell Interview Questions DevOps Engineers Must Master
add-type @"
public struct contact {
public string First;
public string Last;
public string Phone;
}
"@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment