repo.or.cz
/
vala-lang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
write static delegate instead of callback use static delegate instead of
[vala-lang.git]
/
tests
/
test-001.vala
blob
c5e73a0bf929984a629e7fa7a9aa7a4f880ecd0d
1
using
GLib
;
2
3
namespace
Maman
{
4
static
int
main
(
string
[]
args
) {
5
stdout
.
printf
(
"Namespace Test
\n
"
);
6
return
0
;
7
}
8
}