examples/HelloWorldExampleS.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 03 Oct 2013 10:34:10 +0200
changeset 2764 dfac4cae11e9
parent 2678 c865275e48a7
child 2731 13f5be2bf83b
permissions -rw-r--r--
Added GroovySourceHighlighter

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

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


!HelloWorldExampleS class methodsFor:'documentation'!

version_CVS
    ^ '$Header: /cvs/stx/stx/libjava/examples/HelloWorldExampleS.st,v 1.3 2013-09-06 00:41:46 vrany Exp $'
!

version_HG

    ^ '$Changeset: <not expanded> $'
!

version_SVN
    ^ '$Id: HelloWorldExampleS.st,v 1.3 2013-09-06 00:41:46 vrany Exp $'
! !