5 lines
68 B
C++
5 lines
68 B
C++
#include "print/print.hpp"
|
|
|
|
int main() {
|
|
print("Hello, World!");
|
|
} |