Skip to content

Instantly share code, notes, and snippets.

@lazyvar
Created February 28, 2023 02:07
Show Gist options
  • Save lazyvar/ed8f129210367a6ea2bfc6eb6592cf20 to your computer and use it in GitHub Desktop.
Save lazyvar/ed8f129210367a6ea2bfc6eb6592cf20 to your computer and use it in GitHub Desktop.
# When you let copilot go..
defmodule Sayings do
@hello "Hello"
@goodbye "Goodbye"
@thanks "Thanks"
@bye "Bye"
@see_you "See you"
@see_you_later "See you later"
@see_you_soon "See you soon"
@see_you_tomorrow "See you tomorrow"
@see_you_next_time "See you next time"
@see_you_later_alligator "See you later alligator"
@see_you_in_a_bit "See you in a bit"
@see_you_in_a_while "See you in a while"
@see_you_in_the_morning "See you in the morning"
@see_you_in_the_evening "See you in the evening"
@see_you_in_the_afternoon "See you in the afternoon"
@see_you_in_the_next_life "See you in the next life"
@see_you_in_the_next_life_brother "See you in the next life brother"
@see_you_in_the_next_life_sister "See you in the next life sister"
@see_you_in_the_next_life_mother "See you in the next life mother"
@see_you_in_the_next_life_father "See you in the next life father"
@see_you_in_the_next_life_friend "See you in the next life friend"
@see_you_in_the_next_life_cousin "See you in the next life cousin"
@see_you_in_the_next_life_uncle "See you in the next life uncle"
@see_you_in_the_next_life_aunt "See you in the next life aunt"
@see_you_in_the_next_life_grandfather "See you in the next life grandfather"
@see_you_in_the_next_life_grandmother "See you in the next life grandmother"
@see_you_in_the_next_life_grandson "See you in the next life grandson"
@see_you_in_the_next_life_granddaughter "See you in the next life granddaughter"
@see_you_in_the_next_life_nephew "See you in the next life nephew"
@see_you_in_the_next_life_niece "See you in the next life niece"
@see_you_in_the_next_life_son "See you in the next life son"
@see_you_in_the_next_life_daughter "See you in the next life daughter"
@see_you_in_the_next_life_brother_in_law "See you in the next life brother in law"
@see_you_in_the_next_life_sister_in_law "See you in the next life sister in law"
@see_you_in_the_next_life_mother_in_law "See you in the next life mother in law"
@see_you_in_the_next_life_father_in_law "See you in the next life father in law"
@see_you_in_the_next_life_cousin_in_law "See you in the next life cousin in law"
@see_you_in_the_next_life_grandson_in_law "See you in the next life grandson in law"
@see_you_in_the_next_life_granddaughter_in_law "See you in the next life granddaughter in law"
@see_you_in_the_next_life_son_in_law "See you in the next life son in law"
@see_you_in_the_next_life_daughter_in_law "See you in the next life daughter in law"
@see_you_in_the_next_life_husband "See you in the next life husband"
@see_you_in_the_next_life_wife "See you in the next life wife"
@see_you_in_the_next_life_partner "See you in the next life partner"
@see_you_in_the_next_life_ex "See you in the next life ex"
@see_you_in_the_next_life_ex_husband "See you in the next life ex husband"
@see_you_in_the_next_life_ex_wife "See you in the next life ex wife"
@see_you_in_the_next_life_ex_partner "See you in the next life ex partner"
@see_you_in_the_next_life_ex_brother "See you in the next life ex brother"
@see_you_in_the_next_life_ex_sister "See you in the next life ex sister"
@see_you_in_the_next_life_ex_mother "See you in the next life ex mother"
@see_you_in_the_next_life_ex_father "See you in the next life ex father"
@see_you_in_the_next_life_ex_friend "See you in the next life ex friend"
@see_you_in_the_next_life_ex_cousin "See you in the next life ex cousin"
@see_you_in_the_next_life_ex_uncle "See you in the next life ex uncle"
@see_you_in_the_next_life_ex_aunt "See you in the next life ex aunt"
@see_you_in_the_next_life_ex_grandfather "See you in the next life ex grandfather"
@see_you_in_the_next_life_ex_grandmother "See you in the next life ex grandmother"
@see_you_in_the_next_life_ex_grandson "See you in the next life ex grandson"
@see_you_in_the_next_life_ex_granddaughter "See you in the next life ex granddaughter"
@see_you_in_the_next_life_ex_nephew "See you in the next life ex nephew"
@see_you_in_the_next_life_ex_niece "See you in the next life ex niece"
@see_you_in_the_next_life_ex_son "See you in the next life ex son"
@see_you_in_the_next_life_ex_daughter "See you in the next life ex daughter"
@see_you_in_the_next_life_ex_brother_in_law "See you in the next life ex brother in law"
@see_you_in_the_next_life_ex_sister_in_law "See you in the next life ex sister in law"
@see_you_in_the_next_life_ex_mother_in_law "See you in the next life ex mother in law"
@see_you_in_the_next_life_ex_father_in_law "See you in the next life ex father in law"
@see_you_in_the_next_life_ex_cousin_in_law "See you in the next life ex cousin in law"
@see_you_in_the_next_life_ex_grandson_in_law "See you in the next life ex grandson in law"
@see_you_in_the_next_life_ex_granddaughter_in_law "See you in the next life ex granddaughter in law"
@see_you_in_the_next_life_ex_son_in_law "See you in the next life ex son in law"
@see_you_in_the_next_life_ex_daughter_in_law "See you in the next life ex daughter in law"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment