mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
Base: Use outln() in the HackStudio basic C++ program template
This commit is contained in:
parent
95e492de59
commit
d3eb513152
Notes:
sideshowbarker
2024-07-18 01:39:59 +09:00
Author: https://github.com/awesomekling
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)
|
||||
{
|
||||
printf("Hello friends!\n");
|
||||
outln("Hello friends!");
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue