Skip to content
Snippets Groups Projects
Commit 506faba1 authored by David Lau's avatar David Lau
Browse files

Create a0 code file.

parent 5569b280
No related branches found
No related tags found
No related merge requests found
/*
*
*/
#include <iostream>
int main()
{
std::cout << "Hello world!" << std::endl;
return EXIT_SUCCESS;
}
\ 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