Skip to content

Instantly share code, notes, and snippets.

@k-jundi
Last active February 7, 2022 03:48
Show Gist options
  • Save k-jundi/c6ad9753b40f45912b060d08a0a05f9d to your computer and use it in GitHub Desktop.
Save k-jundi/c6ad9753b40f45912b060d08a0a05f9d to your computer and use it in GitHub Desktop.
mod -0

First_Headline

Second_Headline


  1. it's
  2. easy
  3. to
  4. make
  5. numbered
  6. list

  • why-turing-list. 1.repitation 3.knowlidge-gain 2.the-course-length

two stars to make the sentence bold

on the other hand one star makes it italic

def sum_eq_n?(arr, n)
  return true if arr.empty? && n == 0
  arr.product(arr).reject { |a,b| a == b }.any? { |a,b| a + b == n }
end

to add final-project you should add this line git add final-project.

sunset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment