/
thomas-king
/
CodeGenerator
Обзор
Документация
Войти
/
thomas-king
/
CodeGenerator
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
main.cpp
18 строк
286 B
Ace Rodstin
Add tests.
04 окт 2023, 16:55
04 окт 2023, 16:55
ba609eb
Код
Авторство
О чём код?
// // main.cpp // CodeGenerator // // Created by Ace Rodstin on 10/4/23. // Updated by Ace Rodstin on 10/4/23. // // Copyright © 2023 Ace Rodstin. All rights reserved. // #include <iostream> using namespace std; int main() { cout << "Hello, world!" << endl; return 0; }