forked from rockthejvm/scala-2-advanced
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bff3f64
commit dbc033d
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# udemy-scala-advanced | ||
The official repository for Rock the JVM's Advanced Scala course on Udemy | ||
## The official repository for the Scala Advanced course on Udemy | ||
|
||
This repository contains the code we wrote during [Rock the JVM's Scala Advanced course](https://www.udemy.com/advanced-scala) on Udemy. Unless explicitly mentioned, the code in this repository is exactly what was caught on camera. | ||
|
||
How to install: | ||
- either clone the repo or download as zip | ||
- open with IntelliJ as it's a simple IDEA project | ||
|
||
If you have changes to suggest to this repo, either | ||
- submit a GitHub issue | ||
- tell me in the course Q/A forum | ||
- submit a pull request! |