testing at work

This commit is contained in:
Samuel Walker 2024-04-23 07:44:27 -06:00
parent c4861329e5
commit 7f1cce4b79
2 changed files with 1 additions and 1 deletions

BIN
main

Binary file not shown.

View File

@ -1,6 +1,6 @@
#include <iostream>
int main(){
std::cout << "This is another test" << std::endl;
std::cout << "Testing from work" << std::endl;
return 0;
}