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

q7

parent 237f9ac7
Branches
1 merge request!1Master
File deleted
#include <iostream>
int main() {
std::cout << "Hello world!" << std::endl;
std::cout << "Hello za world!" << std::endl;
return 0;
}
#!/usr/bin/python
if __name__ == '__main__':
print("Hello world!")
print("Hello za world!")
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