Skip to content

fishercoder1534/RandomScala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RandomScala

Build Status

How to check out a Scala/SBT project like this one into IntelliJ Idea? This post helps: http://stackoverflow.com/questions/4250318/how-to-create-sbt-project-with-intellij-idea

  1. install scala plugin into your IntelliJ
  2. git clone this repo into your local machine
  3. File -> New -> Project -> Scala -> SBT -> change Project location to where you cloned this repo -> Finish!
  4. If you cannot run these simple Scala programs in your Intellij, do this from your terminal: scalac src/main/scala/HelloWorld.scala && scala HelloWorld

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages