Skip to content

Instantly share code, notes, and snippets.

import React from "react";
import ReactDOM from "react-dom";
const App = () => {
const options = [
{ value: "active", label: "active group" },
{ value: "inactive", label: "inactive group" },
{ value: "waitlisted", label: "waitlisted group" },
{ value: "all", label: "all groups" }
];
#!/bin/bash
# Roll d$1 $2 times
echo
echo "==================="
echo "Roll d\$1 \$2 times"
echo "==================="
numSides=6
numTimes=1
module log;
import std.stdio;
import std.file;
import std.string;
import std.datetime;
import std.format;
private {
__gshared File log;