auto import from //depot/cupcake/@135843
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
#include <stdio.h>
|
||||
#include "hello_cpp.h"
|
||||
|
||||
Hello::Hello()
|
||||
{
|
||||
}
|
||||
|
||||
Hello::~Hello()
|
||||
{
|
||||
}
|
||||
|
||||
void Hello::printMessage(char* msg)
|
||||
{
|
||||
printf("C++ example printing message: %s", msg);
|
||||
}
|
||||
|
||||
int main(void)
|
||||
{
|
||||
Hello hello_obj;
|
||||
hello_obj.printMessage("Hello world!\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user