mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:18:12 +00:00
Base: Use outln() in the HackStudio basic C++ program template
This commit is contained in:
parent
95e492de59
commit
d3eb513152
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#include <stdio.h>
|
#include <AK/Format.h>
|
||||||
|
|
||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
printf("Hello friends!\n");
|
outln("Hello friends!");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue