- You should delete `return 0;` because there're no error and the default class type is `int` so the fixed code:
- ```C
- #include <stdio.h>
- main() {
- printf("Hello, Lindows OS Paste! \n")
- }
- ```
- Thank you.
Severity: 8192
Message: ini_set(): session.sid_length INI setting is deprecated
Filename: Session/Session.php
Line Number: 426
Backtrace:
File: /var/www/html/paste/htdocs/application/controllers/Main.php
Line: 66
Function: library
File: /var/www/html/paste/htdocs/index.php
Line: 315
Function: require_once
You should delete `return 0;` because there're no error and the default class type is `int` so the fixed code: ```C #include <stdio.h> main() { printf("Hello, Lindows OS Paste! \n") } ``` Thank you.