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

SALUT

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