This website requires JavaScript.
Explore
Help
Sign In
kolan
/
dev
Watch
1
Star
0
Fork
You've already forked dev
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
acfa130e92
dev
/
vala
/
cmake_hello
/
test
/
hello_test.vala
7 lines
78 B
Vala
Raw
Blame
History
int
main
(
string
[
]
args
)
{
stdout
.
printf
(
"
Hello world!
\n
"
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink