index
:
csharp-cmake.git
main
csc-cmake use csc instead of msbuild to build C
mr-nice
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
second
/
Program.cs
blob: e83e20529368b20e3a0658f1a32f2c5be693e968 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
using
System
;
class
Program
{
static
void
Main
()
{
Baz
.
Print
();
}
}