Skip to content

Instantly share code, notes, and snippets.

View mostlymaxi's full-sized avatar

maxi mostlymaxi

View GitHub Profile
@mostlymaxi
mostlymaxi / athena-argo-v3.6.19.json
Last active May 17, 2026 04:00
athena-argo-workflows-support
{"label":"argo v3.6.19","message":"passing","schemaVersion":1,"color":"2da44e"}
package com.saparov.nyu;
public class ShoppingList {
public static class Node {
public String element;
public Node prev;
public Node next;