Deprecated: Constant E_STRICT is deprecated in /var/www/html/paste/htdocs/system/core/Exceptions.php on line 76

A PHP Error was encountered

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

Re: Untitled - Lindows OS Paste

ℹ️ Your data is safe here... unless you make the SNIP gods angry. And let's just say they have a really bad sense of humor.

From Bitty Agouti, 1 Week ago, written in Plain Text.
This paste will shuffle off the mortal coil in 10 Months.
This paste is a reply to Untitled from Gamboge Agouti
- view diff
Embed
  1. You should delete `return 0;` because there're no error and the default class type is `int` so the fixed code:
  2. ```C
  3. #include <stdio.h>
  4. main() {
  5.     printf("Hello, Lindows OS Paste! \n")
  6. }
  7. ```
  8. Thank you.