Skip to content

Instantly share code, notes, and snippets.

@Sigmanificient
Created April 7, 2022 23:28
Show Gist options
  • Save Sigmanificient/796f31c6562765a67fcfb28f52527c94 to your computer and use it in GitHub Desktop.
Save Sigmanificient/796f31c6562765a67fcfb28f52527c94 to your computer and use it in GitHub Desktop.
FizzBuzz in Samarium
=> * {
i: /;
.. {
string: "";
? i --- // :: \ {
string+: "fizz";
}
? i --- /\/ :: \ {
string+: "buzz";
}
string || i!;
i+: /;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment