summaryrefslogblamecommitdiff
path: root/index.md
blob: 824fc81fff221f25bc66082931131b45a9258887 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                   
---
title: Scala Language Reference
layout: default
---

<ul>
  {% for post in site.pages %}
    <li>
      <a href="{{ post.url }}">{{ post.title }}</a>
    </li>
  {% endfor %}
</ul>