examples/HelloWorldExampleS.st
author vranyj1
Thu, 15 Nov 2012 22:10:02 +0000
branchdirectory_structure_refactoring
changeset 1818 2e5ed72e7dfd
parent 1573 src/examples/HelloWorldExampleS.st@38d044a80b88
child 2069 75d40b7b986f
permissions -rw-r--r--
Directory structure refactoring (part 2)

"{ Package: 'stx:libjava/examples' }"

Object subclass:#HelloWorldExampleS
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Languages-Java-Utilities'
!


!HelloWorldExampleS class methodsFor:'documentation'!

version_SVN
    ^ '$Id::                                                                                                                        $'
! !