Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

added required file #409

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions C++/19085086.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#include<bits/stdc++.h>
void main()
{
cout<<"hello cops!";
}
1 change: 1 addition & 0 deletions Python3/19085086.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("hello-cops")