-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathClassGen.cpp
22 lines (19 loc) · 1.02 KB
/
ClassGen.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ClassGen.cpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: vheran <vheran@student.42lausanne.ch> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/07/29 14:02:06 by vheran #+# #+# */
/* Updated: 2022/07/29 14:09:17 by vheran ### ########.fr */
/* */
/* ************************************************************************** */
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
int main(int argc, char **argv) {
int i = 1;
std::ofstream ofs;
}