Skip to content
Snippets Groups Projects
Commit a74ca7eb authored by Seddiki, Nico's avatar Seddiki, Nico
Browse files

Hello World Programm

parent d671c745
No related branches found
No related tags found
No related merge requests found
#include <iostream>
int main(){
std::cout << "Hello World!" << std::endl;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment