Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jurvis/np-fsp

Ngee Ann Polytechnic Fundamentals of Programming Practical Answers because
https://github.com/jurvis/np-fsp

Last synced: about 1 month ago
JSON representation

Ngee Ann Polytechnic Fundamentals of Programming Practical Answers because

Awesome Lists containing this project

README

        

NP FSP 2014 Answers
======
## What is This?
This are answers to the questions given in the FSP module. Just open it on any IDE or run it with the following commands:
`javac ` to compile, then `java `

## Why are you so nice?
```java
public class ImNice {
public static void main(String[] args) {
System.out.println("Everything is awesome");
}
}
```
## Why are there no comments?!!!?!?!??!
Because I'm a jerk.