Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
uqdwn
mjtest-tests
Commits
f7dde133
Commit
f7dde133
authored
Oct 19, 2018
by
Johannes Bechberger
Committed by
andreas.fried
Oct 19, 2018
Browse files
Add Echo test
parent
f0f49024
Changes
3
Hide whitespace changes
Inline
Side-by-side
exec/echo.0.inputc
0 → 100644
View file @
f7dde133
67
exec/echo.input.java
0 → 100644
View file @
f7dde133
class
Echo
{
public
static
void
main
(
String
[]
args
)
throws
Exception
{
System
.
out
.
println
(
System
.
in
.
read
());
}
}
exec/echo.input.java.out
0 → 100644
View file @
f7dde133
67
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment