repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-03-11 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
tests
/
test-109.cs
blob
740155886cd534830789de545f5a0158783cb878
1
using
System
;
2
3
class
T
{
4
static int
Main
()
5
{
6
//
7
// Just a test to compile the following:
8
//
9
string
a
=
"Time is: "
+
DateTime
.
Now
;
10
11
return
0
;
12
}
13
}