This website works better with JavaScript
Home
Explore
Help
Sign In
c
/
tsoding.vodus
mirror of
https://github.com/tsoding/vodus
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
1f6dccec41
Branches
Tags
master
tsoding.vodus
/
main.cpp
main.cpp
101 B
History
Raw
1
2
3
4
5
6
7
8
#include <cstdio>
int main(int argc, char *argv[])
{
printf("Hello, Vodus\n");
return 0;
}