Skip to content

Commit a66ae35

Browse files
committed
init
1 parent cc73f23 commit a66ae35

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@
1111
*.lai
1212
*.la
1313
*.a
14+
15+
#ide specific files
16+
*.pro
17+
*.user
18+
*.directory

XInputSimulator/main.cpp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#include <iostream>
2+
3+
using namespace std;
4+
5+
int main()
6+
{
7+
cout << "Hello World!" << endl;
8+
return 0;
9+
}
10+

0 commit comments

Comments
 (0)