Skip to content
Snippets Groups Projects
Commit ef592af0 authored by MATSE's avatar MATSE
Browse files

Resolve conflict

parents 10d270c3 2993873f
No related branches found
No related tags found
No related merge requests found
// Autor: MATSE
#include <iostream>
#include <string>
string hello = "こんにちは、 世界!";
int main() {
std::cout << "こんにちは、 世界!";
std::cout << hello;
return 0;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment