This website requires JavaScript.
Explore
Help
Sign In
rajshekar.k
/
Tejas
Watch
1
Star
0
Fork
You've already forked Tejas
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
bf6d6aba33
Tejas
/
tests
/
hello_world.cpp
9 lines
100 B
C++
Raw
Blame
History
#
include<iostream>
using
namespace
std
;
int
main
(
)
{
cout
<
<
"
This is working
"
<
<
endl
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink