lab 10: init

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-12-26 18:38:55 +05:30
parent 42902fa122
commit 9e7cffdc32
9 changed files with 298 additions and 2 deletions

View File

@@ -21,5 +21,6 @@ int main() {
file << line << endl;
}
file.close();
return 0;
}