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

Merge branch 'master' into 'main'

Master

See merge request !1
parents 3ed1e041 3f94fbbb
Branches main
1 merge request!1Master
src/a.out
File added
#include <iostream>
int main() {
std::cout << "Hello za worldo!" << std::endl;
return 0;
}
#!/usr/bin/python
if __name__ == '__main__':
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