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 c181050 commit de60d17Copy full SHA for de60d17
lab0/README.md
@@ -1,12 +1,12 @@
1
-# Lab1
+# Lab0
2
3
## Introduction
4
5
-In this lab, you will write a program that outputs "Hello world!" in `lab0.js`. You can learn how to submit your lab for this class.
+In this lab, you will write a program that prints "Hello world!" in `lab0.js`. You can learn how to submit your lab for this class.
6
7
## Requirement
8
9
-1. Write test cases in `lab0.js` and print "Hello world!". (100%)
+1. "Hello world!" should be printed after writing code in `lab0.js`. (100%)
10
11
You can run `validate.sh` in your local to test if you satisfy the requirements.
12
0 commit comments