Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 873 Bytes

index.md

File metadata and controls

35 lines (26 loc) · 873 Bytes
layout title nav
default
Data Structures and Object Oriented Design
index

USC CS Markdown Webpage Template

Welcome!

This is a website built with Jekyll, which compiles Markdown-written documents into webpages, like what you're seeing right now. It's designed to be robus and flexible, allowing the teaching staff to easily create and maintain a website with minimal setup.

In addition to standard Markdown syntax, Syntax Highlighting and MathJax is also supported!

using namespace std;
int main() {
	std::cout << "Hello there" << std::endl;
	return 0;
}
public class Whoa {
	public static int main(String[] args) {
		System.out.println("This is awesomeeeee");
		return 0;
	}
}

Inline \( sin(x^2) \), or standalone MathJax:

$$ sin(x^2) $$