mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
7 lines
80 B
C++
7 lines
80 B
C++
#include <iostream>
|
|
|
|
int main()
|
|
{
|
|
std::cout << "Compiled Hello, World!\n";
|
|
}
|