Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 402 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 402 Bytes

Cpiùpiù

Do you like C++? Do you like Italian? Include this header file and create your C++ program in italian!

Installation

Download cpp_ita.h file from this repository and include in your project with

#include "./cpp_ita.h"

Example

#include <iostream>
#include "./cpp_ita.h"
using namespace std;

intero principale() {

    stampa << "test";

    ritorna 0;
}