Skip to content

Commit a871f23

Browse files
Update login.h
1 parent 57f3c0e commit a871f23

File tree

1 file changed

+5
-0
lines changed
  • Projects/C++ Projects/Basic/A Login and Registration System

1 file changed

+5
-0
lines changed

Projects/C++ Projects/Basic/A Login and Registration System/login.h

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Autor : Nemonet TYP
2+
// Title: A Login and Registration System Programmed in C++
3+
// PROJECT FOR C/C++ PROGRAMMING TUTORIAL
4+
5+
16
#pragma once
27
#include <string.h>
38
using namespace std;

0 commit comments

Comments
 (0)