Hello, this is another file that is created for lab 2. This is Bold text. This is italicized.
CSE15L is awesome!
Reasons
- Learning Github to publish websites on GitHub Pages
- Tutors also available on Autograder
- Professor Gerald Soosai Raj is extremely energetic in the lectures.
- The labs are on topics covered in lecture which reinforces the learning and makes me understand the material by implementing it myself.
Code
Inline:
System.out.println(Hello!);
Code block:
//Simple code printing two lines
System.out.println("Hello CSE 15L!");
System.out.println("Have a great day!");