update,
This commit is contained in:
8
marissa.sam/task2/helloworld.cpp
Normal file
8
marissa.sam/task2/helloworld.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <iostream>
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout<<"Hello World";
|
||||
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user