Adjusted my scripts for running and added a new remote to github.
This commit is contained in:
8
prisma/seed_files/seed_4.cpp
Normal file
8
prisma/seed_files/seed_4.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
cout << "Hello Lew Price!\n";
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user