https://github.com/fishercoder1534/randomscala
https://github.com/fishercoder1534/randomscala
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fishercoder1534/randomscala
- Owner: fishercoder1534
- Created: 2017-01-23T01:56:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-15T18:31:23.000Z (over 3 years ago)
- Last Synced: 2025-01-20T12:46:31.773Z (5 months ago)
- Language: Scala
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RandomScala
[](https://travis-ci.org/fishercoder1534/RandomScala)
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-idea1. 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`