diff options
| author | DoolyBoi <[email protected]> | 2022-09-29 15:08:14 -0700 |
|---|---|---|
| committer | DoolyBoi <[email protected]> | 2022-09-29 15:08:14 -0700 |
| commit | a450ec3365db0b37614f0c71b8d8f71295e5da4e (patch) | |
| tree | 11a2b58139edad03dec3734803f179b1cbee0124 | |
| parent | Finished adding who I am and my github name (diff) | |
| download | cst116-lab0-abd00l4h-a450ec3365db0b37614f0c71b8d8f71295e5da4e.tar.xz cst116-lab0-abd00l4h-a450ec3365db0b37614f0c71b8d8f71295e5da4e.zip | |
added text with output
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.vcxproj | 3 | ||||
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters | 5 | ||||
| -rw-r--r-- | CST116-BlankConsole/output.txt | 2 |
3 files changed, 10 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.vcxproj b/CST116-BlankConsole/CST116-BlankConsole.vcxproj index a0056fb..8939fdd 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.vcxproj +++ b/CST116-BlankConsole/CST116-BlankConsole.vcxproj @@ -129,6 +129,9 @@ <ItemGroup>
<ClCompile Include="CST116-BlankConsole.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="output.txt" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters b/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters index 08906aa..c906f87 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters +++ b/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters @@ -19,4 +19,9 @@ <Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="output.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ </ItemGroup>
</Project>
\ No newline at end of file diff --git a/CST116-BlankConsole/output.txt b/CST116-BlankConsole/output.txt new file mode 100644 index 0000000..f481d68 --- /dev/null +++ b/CST116-BlankConsole/output.txt @@ -0,0 +1,2 @@ +Hello World! +My name is Abdullah Havaldar and my github name is abd00l4h
\ No newline at end of file |