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
Merge pull request #1416 from jbevain/token-wrapper-data
[mono-project.git]
/
mono
/
tests
/
console.cs
blob
d0546f19a578bed2c034095234f3873299a75a98
1
using
System
;
2
3
public class
Test
{
4
5
public static int
Main
() {
6
7
Console
.
WriteLine
(
"We can now write to the console"
);
8
9
return
0
;
10
}
11
}
12
13