Skip to content

Instantly share code, notes, and snippets.

View run-dlang's full-sized avatar

Eleanor Cross run-dlang

View GitHub Profile
@run-dlang
run-dlang / main.d
Created October 3, 2023 00:05
Code shared from run.dlang.io.
import std.algorithm;
import std.stdio, std.json;
void main()
{
 enum kıstas = "a < b";
 auto okulum = SIRALA!long(veri, "OKUL");
// The source of the sorted data-^ root-^
 okulum.school!kıstas.writeln;
@run-dlang
run-dlang / main.d
Created October 3, 2023 00:05
Code shared from run.dlang.io.
import std.algorithm;
import std.stdio, std.json;
void main()
{
 enum kıstas = "a < b";
 auto okulum = SIRALA!long(veri, "OKUL");
// The source of the sorted data-^ root-^
 okulum.school!kıstas.writeln;
@run-dlang
run-dlang / main.d
Created October 3, 2023 00:02
Code shared from run.dlang.io.
import std.algorithm;
import std.stdio, std.json;
void main()
{
 enum kıstas = "a < b";
 auto okulum = SIRALA!long(veri, "OKUL");
// The source of the sorted data-^ root-^
 okulum.school!kıstas.writeln;
@run-dlang
run-dlang / main.d
Created October 3, 2023 00:02
Code shared from run.dlang.io.
import std.algorithm;
import std.stdio, std.json;
void main()
{
 enum kıstas = "a < b";
 auto okulum = SIRALA!long(veri, "OKUL");
// The source of the sorted data-^ root-^
 okulum.school!kıstas.writeln;
@run-dlang
run-dlang / main.d
Created October 3, 2023 00:02
Code shared from run.dlang.io.
import std.algorithm;
import std.stdio, std.json;
void main()
{
 enum kıstas = "a < b";
 auto okulum = SIRALA!long(veri, "OKUL");
// The source of the sorted data-^ root-^
 okulum.school!kıstas.writeln;
@run-dlang
run-dlang / main.d
Created October 3, 2023 00:01
Code shared from run.dlang.io.
import std.algorithm;
import std.stdio, std.json;
void main()
{
 enum kıstas = "a < b";
 auto okulum = SIRALA!long(veri, "OKUL");
// The source of the sorted data-^ root-^
 okulum.school!kıstas.writeln;
@run-dlang
run-dlang / main.d
Created October 3, 2023 00:00
Code shared from run.dlang.io.
import std.algorithm;
import std.stdio, std.json;
void main()
{
 enum kıstas = "a < b";
 auto okulum = SIRALA!long(veri, "OKUL");
// The source of the sorted data-^ root-^
 okulum.school!kıstas.writeln;
@run-dlang
run-dlang / main.d
Created October 2, 2023 21:31
Code shared from run.dlang.io.
import std;
struct Color {
ubyte r;
ubyte g;
ubyte b;
ubyte a;
}
enum Colors : Color
@run-dlang
run-dlang / main.d
Created October 2, 2023 21:31
Code shared from run.dlang.io.
import std;
struct Color {
ubyte r;
ubyte g;
ubyte b;
ubyte a;
}
enum Colors : Color
@run-dlang
run-dlang / main.d
Created October 2, 2023 21:30
Code shared from run.dlang.io.
import std;
struct Color {
ubyte r;
ubyte g;
ubyte b;
ubyte a;
}
enum Colors : Color