repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[System.Runtime.InteropServices.RuntimeInformation] Updated to reference copied files...
[mono-project.git]
/
mono
/
tests
/
console-output.cs
blob
efe863886d43c00c394e03523121949bcc5b2512
1
2
using
System
;
3
4
class
Driver
5
{
6
public static void
Main
()
7
{
8
Console
.
Out
.
WriteLine
(
"Out"
);
9
Console
.
Error
.
WriteLine
(
"Error"
);
10
}
11
}