Skip to content

Commit f6823b7

Browse files
committed
Tune: Add first C++ script for unit testing
1 parent 1dda678 commit f6823b7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#include <stdio.h>
2+
#include <conio.h>
3+
4+
5+
void main(void)
6+
{
7+
printf("Hello world");
8+
}
9+

0 commit comments

Comments
 (0)