saqut-compiler/tests/golden/string/hello.sqt

6 lines
81 B
Plaintext

int main() {
print("Merhaba");
print("saQut calisiyor");
return 0;
}