mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:48:11 +00:00
Base: Modify "little" project
This commit is contained in:
parent
7eac9fe10e
commit
e793cc3d13
5 changed files with 18 additions and 1 deletions
12
Base/home/anon/Source/little/other.cpp
Normal file
12
Base/home/anon/Source/little/other.cpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
#include <stdio.h>
|
||||
#include "other.h"
|
||||
|
||||
int func()
|
||||
{
|
||||
int x = 1;
|
||||
int y = 2;
|
||||
printf("x: %d\n", x);
|
||||
printf("y: %d\n", y);
|
||||
printf("x+y: %d\n", x+y);
|
||||
return x + y;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue