「🎉」 init: hello world !
This commit is contained in:
10
ex00/main.cpp
Normal file
10
ex00/main.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "ScalarConverter.hpp"
|
||||
#include <iostream>
|
||||
|
||||
int main(int ac, char **av) {
|
||||
if (ac < 2) {
|
||||
std::cout << "needs an input ! D:" << std::endl;
|
||||
return 1;
|
||||
}
|
||||
ScalarConverter::convert(av[1]);
|
||||
}
|
||||
Reference in New Issue
Block a user