diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-13 11:46:02 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-13 13:12:20 +0300 |
commit | 3223af928ba01b91837b37ef8257e1057fe91ab1 (patch) | |
tree | 9fd9308396107b1b7dede1e08eb37ae5c682dd46 /foo.cpp | |
download | vs-shell-3223af928ba01b91837b37ef8257e1057fe91ab1.tar.gz vs-shell-3223af928ba01b91837b37ef8257e1057fe91ab1.zip |
initial commit
Diffstat (limited to 'foo.cpp')
-rw-r--r-- | foo.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#include <iostream> + +int main() { + std::cout << "foo\n"; + return 0; +} |