Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 644 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 644 Bytes

Elixir CI

Gophercises in Elixir

https://courses.calhoun.io/courses/cor_gophercises

1. Quiz Game

https://courses.calhoun.io/lessons/les_goph_01

  • file: lib/1_csv_quiz.ex
  • path to file: 1_csv_quiz_problems.csv
❯ elixir lib/1_csv_quiz.ex "<path to your csv file>"

Problem #1: 5+5 = 10
Problem #2: 1+1 = 2
Problem #3: 8+3 = 11
Problem #4: 1+2 = 3
Problem #5: 8+6 = 1
Problem #6: 3+1 = 1
Problem #7: 1+4 = 1
Problem #8: 5+1 = 1
Problem #9: 2+3 = 1
Problem #10: 3+3 = 1
Problem #11: 2+4 = 1
Problem #12: 5+2 = 1

You scored 4 of 12.