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