diff --git a/samarth_211EE140/yo.cpp b/samarth_211EE140/yo.cpp new file mode 100644 index 0000000..222bedf --- /dev/null +++ b/samarth_211EE140/yo.cpp @@ -0,0 +1,7 @@ +#include + +using namespace std; + +int main(){ + cout << "Hello IEEE NITK!\n"; +}