cpp

 avatar
unknown
c_cpp
a year ago
115 B
3
Indexable
using namespace std;
#include <string>
#include <iostream>

void consoleLog(string log) {
    std::cout << log;
};
Editor is loading...
Leave a Comment