index
:
vs-shell
master
GitHub action to set up the Visual Studio shell environment
Egor Tensin
about
summary
refs
log
blame
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
foo.cpp
blob: b9d31324d9a27f0bf294e6ac0e6b8ae02003aaa9 (
plain
) (
tree
)
3223af9
1
2
3
4
5
6
#include
<iostream>
int
main
()
{
std
::
cout
<<
"foo
\n
"
;
return
0
;
}