Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Timon Stampfli
soicode
Commits
7fdb41ca
Commit
7fdb41ca
authored
Oct 10, 2019
by
Timon Stampfli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Output formatting of helper
parent
191fe370
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
helper/sampleEvaluation.go
helper/sampleEvaluation.go
+1
-1
No files found.
helper/sampleEvaluation.go
View file @
7fdb41ca
...
...
@@ -46,7 +46,7 @@ func sendResult(conn net.Conn, binaryPath, sampleName string, res sampleExecutio
}
func
printRunManualInput
(
binaryPath
string
)
{
colorInfo
.
Printf
(
"Running program '"
)
colorInfo
.
Printf
(
"Running program '
"
)
colorInfoIdent
.
Printf
(
"%v"
,
binaryPath
)
colorInfo
.
Printf
(
"' with your input :
\n
"
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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