Skip to content

Instantly share code, notes, and snippets.

View cutecycle's full-sized avatar

Nina Reynolds cutecycle

View GitHub Profile
#include <iostream>
struct blah {
const int x;
};
int main() {
const int x = 5;
const int y = 3;
blah hoo = {
.x= 13
};
# Dot source Utility functions.
. $PSScriptRoot/Utility.ps1
function Initialize-AzModule {
[CmdletBinding()]
param(
[Parameter(Mandatory=$true)]
$Endpoint,
[string] $azVersion)