mirror of
https://github.com/cahirwpz/amigaos-cross-toolchain
synced 2025-11-23 20:21:21 +00:00
8 lines
92 B
C++
8 lines
92 B
C++
#include <iostream>
|
|
|
|
int main()
|
|
{
|
|
std::cout << "hello world!" << std::endl;
|
|
return 0;
|
|
}
|