Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 988 Bytes

file2.md

File metadata and controls

43 lines (30 loc) · 988 Bytes

File 2 Header

Subheader: This is another file

Smaller header: Markdown syntaxes file

Hello, this is another file that is created for lab 2. This is Bold text. This is italicized.


CSE15L is awesome!

Reasons

  1. Learning Github to publish websites on GitHub Pages
  2. Tutors also available on Autograder
  3. 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!");

__ CSE Building/Warren Bear: Warren Bear


Screenshot: Screenshot

Lab Report 1