source: liacs/TOOS/assignment1/src/Census.java@ 204

Last change on this file since 204 was 204, checked in by Rick van der Zwet, 14 years ago

Initial commit TOOS project/assignment

File size: 113 bytes
Line 
1public class Census {
2 public static void main(String[] args) {
3 System.out.println("Hello, world!");
4 }
5}
6
Note: See TracBrowser for help on using the repository browser.