Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jurvis/np-fsp
- Owner: jurvis
- Created: 2014-07-03T09:43:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-23T05:44:15.000Z (over 10 years ago)
- Last Synced: 2023-08-10T09:19:53.069Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 268 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.