8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b55a2 commit 895c659Copy full SHA for 895c659
_overviews/scala3-contribution/contribution-intro.md
@@ -24,6 +24,9 @@ on [GitHub](https://github.com/scala/docs.scala-lang/tree/main/_overviews/scala3
24
It is recommended that you first have some familiarity with Scala 3
25
to get the most out of this guide. You can learn more in the [language reference](/scala3/reference/overview.html).
26
27
+Many code snippets in this guide make use of shell commands (a line beginning with `$`), and in this case
28
+a `bash` compatible shell is assumed. You may have to look up how to translate commands to your shell.
29
+
30
### What is a Compiler?
31
32
A compiler is a program that takes as input text, representing a program in one language
0 commit comments