Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 222 Bytes

File metadata and controls

7 lines (6 loc) · 222 Bytes

leetcode-scala

Solution of LeetCode problems using Scala

How import on IntelliJ?

  • Add "src" as Source Folder in Project Structure
  • Add Scala path as "Scala SDK"
  • Create a folder "out" and declare it as "Build Output"