RosettaCodeData/Task/Include-a-file/C/include-a-file-2.c

3 lines
67 B
C

/* In C++20,you can use the import statement */
import <iostream>;