Skip to content

Commit de60d17

Browse files
committed
fix: README.md at lab0
1 parent c181050 commit de60d17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lab0/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Lab1
1+
# Lab0
22

33
## Introduction
44

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.
5+
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.
66

77
## Requirement
88

9-
1. Write test cases in `lab0.js` and print "Hello world!". (100%)
9+
1. "Hello world!" should be printed after writing code in `lab0.js`. (100%)
1010

1111
You can run `validate.sh` in your local to test if you satisfy the requirements.
1212

0 commit comments

Comments
 (0)