mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 22:01:29 +00:00
8 lines
104 B
C++
8 lines
104 B
C++
#include <iostream>
|
|
|
|
int main()
|
|
{
|
|
std::cout << "User Program Started" << std::endl;
|
|
return 0;
|
|
}
|