CS1 Standard Demo Page

The following text was written to the standard output stream when the WordsList.java program was executed from IntelliJ.

/usr/lib/jvm/java-1.11.0-openjdk-amd64/bin/java -javaagent:/opt/intellij-idea-community/lib/idea_rt.jar=36719:/opt/intellij-idea-community/bin -Dfile.encoding=UTF-8 -classpath "/home/dsoules/IdeaProjects/CS1/out/production/CS1:/home/dsoules/IntelliJ Add-ons/SimpleComposer.jar:/home/dsoules/IntelliJ Add-ons/SimplePainter.jar:/home/dsoules/IntelliJ Add-ons/SimplePlayer.jar:/home/dsoules/IntelliJ Add-ons/jfugue-4.0.3-with-musicxml.jar" arrayplay.WordsList
>>> Display
I
don't
know
what
to
write
so
you
make
something
up
>>> swap
2
4
>>> display
I
what
know
don't
to
write
so
you
make
something
up
>>> print
7
so
>>> add
last
bye
>>> display
I
what
know
don't
to
write
so
you
make
something
up
bye
>>> exit

Process finished with exit code 0