Skip to content

adelyte-chris/compsci201

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duke Computer Science 201 - Spring 2016

Getting Started

Clone the repository, change directory into the repository, and check that a recent version of Python is installed.

git clone https://github.com/adelyte-chris/compsci201.git
cd compsci201

Check that Java is properly installed.

java -version
which javac

Compile and run the HelloWorld.java program.

javac HelloWorld.java && java HelloWorld # Prints "Hello, World!"

About

Duke Computer Science 201 - Spring 2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages