Skip to content
Snippets Groups Projects
Commit 3f94fbbb authored by BODELE LADISLAS's avatar BODELE LADISLAS :eggplant:
Browse files

hot hotfix

parent 32ccf6c3
Branches polish-level
1 merge request!1Master
#include <iostream>
int main() {
std::cout << "Hello za world!" << std::endl;
std::cout << "Hello za worldo!" << std::endl;
return 0;
}
#!/usr/bin/python
if __name__ == '__main__':
print("Hello za world!")
print("Hello za worldo!")
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment