remove irrelevant files

This commit is contained in:
Jidong Xiao
2024-04-08 22:02:02 -04:00
parent 050837e247
commit 2033d4827f
2 changed files with 0 additions and 9 deletions

Binary file not shown.

View File

@@ -1,9 +0,0 @@
#include <iostream>
int main(){
int a[] = { 0, 1, 2, 3, 4, 5 };
for (int n : a)
std::cout << n << ' ';
}